Showing posts with label Testing. Show all posts
Showing posts with label Testing. Show all posts
0
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.

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
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
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