Dear all i am new to testing my company using vb.net and we
are developing web based application. How i can test those
application with winrunner if any one have some good
tutorial or link kindly provide thanks u.
No Answer is Posted For this Question
Be the First to Post Answer
How do you scope, organize, and execute a test project?
We added data driven test in to our test script, how to remove the data driven wizard from the script?
What are different types of checkpoints?
How to do text matching?
what is add-in manager in WinRunner?
pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent
What is the difference between "invoke_application" and "web_browser_invoke" functions in winrunner
How do you clear a gui map files?
How to know the on which OS and version the application is running through script in winrunner?
What is the difference between QTP and WinRunner?
During debugging how do you monitor the value of the variables?
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.