Hover over components used in this project to learn more. | |
---|---|
platforms | |
languages | |
frameworks |
Hypertest is an application used to automate web testing using Selenium using visual scripting operations such as drag and drop to create tests to make life easier for non-programming folks. Currently, the project is being migrated to Wide.
Here is a quick walk through of how to use the Hypertest app.
The most common test case is the web test case. Using this test cases you can
a. Search for an element based on the following
b. You can also search within an element if you have stored the element to a variable and use it in the next test case as a parent element.
c. Take screen shots at the end of a test case
The results are available in the form of an XML. The plan is to also be able to open the result in the app whenever needed.
For a developer - You can create your own version of the test case. All you need to do is to inherit the TestCase class for generic tests or WebTestCase for a web test case. In your project’s post build events, copy the DLL and move it to Hypertest’s target dir/Test/Your.DLL.
Please contact me if you need any more details.