Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts
0
Posted on 2:53 AM by Softminer and filed under ,

This is the structure of Simple Ranorex project




In Login repository we can track the inputs on the page.



In Code Module we create instance of login repository, fill them up and navigate throgh the test



Test Suite contains test cases, there we have to add our exisitng test module to it, every test module can have only one databinding and test will run for rows you define.

Local varibles should be defined in the code module and they could bind to varibale in database.

1
Posted on 5:05 AM by Softminer and filed under ,

Comparing with selenium Ranorex is very much powerful but costly which start from 690€.
Selenium has a lot problem with browser compatibility and It doesnt work for example with Firefox versions.

Here is a tutorial about Testing web Service