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 |
What is the Command used to start the QTP
What is ‘object spy’ and what is the function of object spy in qtp?
What is descriptive.create () in QTP?
Explain runtime dynamic settings?
what are all the fileds present in object repository?
Hai Friends this is Rajesh , Is there any Site or Blog that Video tutorials of Qtp that can be free downloadable to Pc. Friends if any body know that site or blog please send me because i'm really in need for that because i cannot affordMoney in learning Course in Institutes due to Financial Problem . So please Forward that Site or Blog which provides Downloadable Video Tutorials in Free to PC , As My Friend is having PC thru that I'm planning to learn. So Kindly help me Friends if you are aware of that Site/Blog
What is keyword view?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How do u connect database through QTP tell me both Ms Access and SQL
WHY U CHOOSE TESTING FIELD?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
How many regression test suits in your appliction?