How can we stop a automation program in middle of
execution time?
Answers were Sorted based on User's Feedback
We can use # in front of the line which we dont want to
execute.
if my answer is wrong please mail me at
sanjaysachdeva2008@gmail.com
sanjay sachdeva
09958003068
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / srikanth.m
you can stop the test by inserting pause statement into ur
script where u want to stop the test.or by pressing ctrl+f3.
if there is any mistake plz mail me @
srikanthm.testing@gmail.com/madamanchi.sri@gmail.com
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the reasons that winrunner fails to identify gui object?
Which Key is pressed to toggle between Analog and Context Sensitive Mode?
what is the TSL statement for pass/fail crieteria appear in the test results of TD?
How do you handle tsl exceptions?
What is the purpose of regexp_msw_class property?
How do you identify which files are loaded in the gui map?
what is mean by v module . pls give answer with example
how many types of run modes are there in Winrunner
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
How would you define a "bug?"
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.
what is automation life cycle?