did you winrunner architecture
Answers were Sorted based on User's Feedback
Answer / kun_ram
1.Create GUI Map
2.create tests using recording methods
3.Debug tests
4.Run Tests
5.track Defects
6.Log Defects
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / sateesh
my be above ans deveating u ,plz dont go through that one
that is wR testing process ---sateesh
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sailaaj
creating gui map file->creating script-> parameterizing the
script-> debug the script->run the script-> view results->
report results
| Is This Answer Correct ? | 0 Yes | 0 No |
Have you ever created a test plan?
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
What is the winrunner version now..?
What is the difference between a Defect & an Error?
If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?
Define parameterizing?
how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporter.reportEvenr,micDon,"Test Test pass"
what is Regression Testing and how you are going to use winrunner software to do this Regression testing?
what is the difference between testlog and testdirector? thank u
The extension of the Script file is .mts ok Whis is stand for mts?
1.Can we use multiple excel sheets in winrunner? 2.What is the templet of writing test cases? 3.Which bug tracking tool u r using in u'r company? 4.Can any one give me real time test case format? My mail id id shobha.mar28@gmail.com
3 Answers Cognizant, Infosys, Kaktus Info Solutions,
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.