WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
Answers were Sorted based on User's Feedback
Answer / dipu krishnan
1) The first step you have to do is execute the TC manually
and see if it is possible to be automated.
2) Once this is done just analyse/design how you are going
to automate it (i.e How you are going to input
testdata,check the expected result i.e.Checkpoint)
3) Once this is confirmed go for forward and script the TC.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srikanth
1. Select the Testcases to be automated.
2. Find the dependencys between the Testcases, for Batch
testing.
3. Prepare Testdata
4. Make sure that build would be stable, then start
Automation...
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you connect to database ,What is the script to connect DATA BASE?
can i login a page by giving username and password and click on ok button through database parameterization.and if its yes then please write the code of that
can test automation improve test effectiveness?
What are the advantages of Object Repository?
Diff. between keyword driven Data driven testing?
Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
How to use Environment parameterization in QTP? Explain with an example.
How to parameterize in QTP?
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
write a qtp code to count the number of child objects in login page and highlight it
What is the condition or scenario that leads the use of object spy in qtp? (while recording we can get all the properties) then wat leads to use this?