Here’s a selection of the most frequently asked questions by uitest newcomers:
No. uitest is written base on Node.js , and is`s used for better auto ui test
This error occurs because your port has been used,use :
ps aux | grep node
and find the node uitest progress , and use kill -9 {progressId} to kill it.
http://blogs.msdn.com/b/ieinternals/archive/2009/06/22/https-mixed-content-in-ie8.aspx?PageIndex=7
Before rage-tweeting:
Releases will follow the SemVer standard; they will be numbered with the follow format:
<major>.<minor>.<patch>[-<identifier>]
And constructed with the following guidelines:
Sure, you can use jQuery, as every single other javascript library on Earth.
Nowhere. uitest doesn’t write logs on the filesystem. You have to implement this by yourself if needed.
Don’t worry, you’re not alone. Javascript is a great language, but it’s far more difficult to master than one might expect at first look.
Here are some great resources to get started efficiently with the language: