How many regression test suits in your appliction?
Answers were Sorted based on User's Feedback
Based on manual test suites, applications and releases...etc,
It means based on the requirements.
| Is This Answer Correct ? | 4 Yes | 0 No |
My application are maintaining only one regression for one module means we are implementing regression for each module and we are adding the script or test cases into the suites, based on the client demand we are executing to the scripts. usually we are executing quarterly (Whenever it is moving to the production we are executing to the regression suite)
| Is This Answer Correct ? | 0 Yes | 1 No |
where is the bitmap checkpoint be saved
example-date format is 01-jan-09 in QTP.How to convert this format to 01-01-09?
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
Can you tell me any books or websites to learn VB Script for QTP ??
How many tabs are available to view your test in a test pane and what are they?
write string reverse prog using vb script with out using string reverse statement();
How to export data in excelsheet to qtp without using datatable.
what is the extension of action script template?
what is framework? which frame work u follow for writting script?
I recorded a Web based Application running on JAVA and when I went to play them back a week later they didn't run. I noticed that the Browser was putting in a (Underscore and a Number) for each line so i re-recorded and noticed the Underscore line wasn't the same as what i recorded last week so any script I record today will not work next week because the browser settings or how QTP recognizes it keeps changing. This is the new line Browser("Bureau of Labor Statistics_4").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" This is the old line 'Browser("Bureau of Labor Statistics_3").Page("Bureau of Labor Statistics").JavaApplet("SurveyApplet").JavaList ("Select an Area").Select "U.S. city average" Notice the Burearu of Labor Statistics_3 adn Burearu of Labor Statistics_4. Why does it change and how do I prevent it from changing.
how do you configure QTP AND Test director?
How to get Links count in an web application,without descriptive programming?