Please Explain The QTP real Testing process with steps.
Answers were Sorted based on User's Feedback
Answer / bala
qtp real testing process with steps
1. Finalize the test cases
2. Finalize the test case which needs to be automated
3. Preparing the Automation scope and approach
4. Finalize the Automation framework
5. Prepare the data based on the framework
6. Create Script and store
7. Review the script
8. Execute the scripts
9. Defect reorting and test documetation
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / srinivas
1)before going to scripts first u need to stabilize the
test cases.
2)understand and identify the automated test cases(thru kt
from mannual team)
3)follow ur frame work(which is designed by lead or onsite
lead)
4)by folwing u r frame work , u need to store ur scripts in
corresponding files in to folders
5)execute the scripts
6)save the results in to .res files or any file(which is
asked by the client(in the form of any format(.xls))
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mreddy
1)identify the application & testing flow
2)create and attach object repository,recovery scenarios
and9 library files
3)create qtp scripts
4)debug scripts
5)run scripts
6)analyze the results
7)report defects
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghu
1.USE case document.
2.Funcitonal point document
3.Master test case document
3.data test case document.
4.Defect tracking
| Is This Answer Correct ? | 1 Yes | 1 No |
What is test object model in QTP?
Hi friends I am new in Qtp. now i am Searching on Qtp give real time inter questions with answers.pls help me
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
When we use 'ERR' object to handle the exceptions in the script, do we need to include any statement in the beginning of the script..??
2 Answers DST Global Solutions,
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
Tell me the situations where we will use Data Driven?
What are the main features we have to compulsory test by using qtp in an web based application
how to explain a claims and insurance project?
What is the differnce between action & script
is it possible to operate(on/off)the capslock using qtp
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"