What are the enhancements u did after recording ur
script?
Answer / sreeprasad
After recording script:
Placing for loop or If loop in order to get the
messagesas the operation passes or fails.
Adding the Checkpoints in order to check the functions.
Doing parameterization in order to using the multiple
datafor more than one iteration or easy data changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Object Repositories types, which & when to use?
hi i have one doubt i have 4 yrs exp in testing and iam working one mnc in north but i have completed my degree correspodene is the companies are accept in south side some people are tellig they won't agree but i need correct answer plz let me know which companies are taking and not taking thanks in advance
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
How to return a value from a fn, if it has more than one value how to return
how to write scripts in QTP?
In Keyword driven frame work you have write 30 test case for one scenario,in which 10 test cases are failed while executing.client asked you to execute only the failed test cases. HOw can you execute only failed test cases
CAn anybody tell me how can I use QTP to capture any video in my application?I want to see the video file opened in my application after the tests are completed in tests results.Can anybody help me?
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
What is different command used in command Prompt while using QTP?
How to identify the child window. In my case while recording, When i open new window and give checkpoint for some control and when i run that script QTP give error like" can not identify the object" Is there any method or solution to handle child window issue Note: In my apllication i have to check child window of child window also ( multiple windows open )
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
Using Regular expression in Date format DD/MM/YYYY (0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[12])/([0-9]{4}) in this regular expression year 0000 also accepted.I need atleast any one single digit must be nonzero value (like 0009,1000,0034)