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 |
I want to install qtp software in my system, My operating system is vista . Anybody please suggest me how to get QTP software with licence key
can anyone please send me qtp framework material please its urgent
anyone can explain about "Smart Identification" in QTP I mean what is the use of "Smart Identification" Give an example
what is the script to select 2 or more than 2 options from a listbox.
Which object model ur used in ur project
Explain QTP Testing process ?
In a web page when we enter the city name corresponding zip code is coming in the required field.Can any one please write how to test using QTP,whether this code is coming from Database or not.
Why qtp the best testing tool?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
can we enable smart identification for test object
What is the Obect Repository type, we use in Automated Testing..in Real time.. Pls anybody can give the answer.. Thanks in advance...
In a QTP project lets say there are 100+ function library and incorrectly we have duplicate some function in multiple libraries. How to find those duplicate functions and remove them?