what is life cycle of automation testing ?
Answers were Sorted based on User's Feedback
Answer / sudheer
test plan
script generation
enhancement to script
test execution
result analysis
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / santhosh
1.Analysis the requirement
2.test plan
3.analysis the application
4.preparation of test case
5.preparation of test data
6.object configuration
7.using object repository or descriptive programing
8.scripting
9.execution
10.Result
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ramana vanteru
QTP life cycle.
1.Test planning
2.Generate basic test
3.Enhance the script
4.Debug the script
5.Execute the script
6.Analyse the results
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajesh vanamala
1 Selection of Automation tool
2 POC
3 Requirements Analysis
4 Estimates
5 Framework Design
6 Test script Development
7 Debugging
8 Execution (Regression phase)
9 Post process results.
10 Maintainance
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajendra nethala
1. Functional Requirements
2. Tool Identification
3. Identify the Framework suitable for Automation using the
tool identified
4. Identification of Automable test cases or scenarios
5. Automation estimates according to the team size and skill set
6. Execution of test scripts
7. Maintainability of test scripts
8. Tracking the results
9. Involving in Bug life cycle
| Is This Answer Correct ? | 1 Yes | 0 No |
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
Describe synchronization point.
Java add-in is need to work on java oriented project ?
What is the quicktest professional (qtp) testing process?
How will you handle the situation when object is not captured during record?
Which functionalities of QTP used in banking project? pls any say answer?
What is our exact stage involvement with QTP?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
How to parameterize a text field and the same field as combo field on next page. Means inserting values in Text field will appear in the combo field. for example country name, state name. Kindly reply it is urgent !!!
How we can test a Frame in a web page?