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.

0
Responses to ... Simple Ranorex Project