Explain QTP Testing process ?
Answers were Sorted based on User's Feedback
Answer / chakram-smile,smile
QTP testing process is
1: Preparing for Record and Run settings
2:Develope yhe basic script
3:Edit the script
4:Debug the script
5:Run the script
6:Analyze the results
7:Summarise the results
| Is This Answer Correct ? | 36 Yes | 4 No |
Answer / shankar chippala
QTP Testing Process ( 7 stages)
1) Planning
2) Generating the basic test
3) Enhancing Tests
4) Debugging Tests
5) Running Tests
6) Analyzing Results
7) Reporting Defects
for more QTP Information & Scripts, you can visit:
www.gcreddy.com
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / srinivasu
QTP testing process is
1: Prepare the Record amd Run settings
2: Create an Object Repository (OPTIONAL)
3: Create or Develop the basic script
4: Execute or Enhance script
5: Debug the script
6: Execute the script
7: Analyze the results
8: Track the defect and report generation (OR) Summarise
the results
| Is This Answer Correct ? | 16 Yes | 3 No |
Answer / ana
QTP Testing Process:-
1. Create Test Plan
2. Record Session on the Application
3. Enhancing the Test
4. Debugging the Test
5. Running Test on New Version of the Application
6. Analyzing Test Results
7. Reporting Defects
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / sudheer
1. Create Test Plan
2. Generate the Script
3. Enhance the Script(Do sum amendmentz like wait
properties like tht)
4. Debug the Script(Verifing the script)
5. Run the Script
6. Analyze Test Results
7. Report Defects in 2 Qc (Result Window)
ThnkZ,
SuDhEeR BONAM...:)
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / kiran
preparing to test
recording the application
enhancing the test
debugging the test
running the test
analyzing the results
reporting the results
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / shilpa
prepare record and run settings
create the automation test scripts
enhance test script
execute the test script
analyze the result
defect report
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / munna
1.Prepare the Record & Run Settings
a.Web Application
b.Windows Application
2.Develop the Automation Test Script
3.Edit the Automation Test Script
4.Debug the Test Script
5.Run the Script
6.Snalyze the Results
7.Summaries the Results
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / rajh
identify the functionality to be tested
plan the test data
generate the basic script
enhance the script
debug the script to check errors
execute the scripts
analyse the results
bug reporting
| Is This Answer Correct ? | 1 Yes | 0 No |
what type of frame work used in your company?
what is Defect density, defect leakage, defect age,latentbed,yasid testing, interface
What is the difference between QTP 8.2 and QTP 9.2 ?
Please clarify Automation and QTP both(names) are same or diff?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
Whats the realtime QTP testing process
Can I import a excel sheet in Action1 datatable? How?
can any one tell me the script to click on a button in the wintoolbar.
Can anyone please explain me the process of automating an application using QTP as i am new to this?
what is the Exact Meaning of Environment Variables?
Who uses qtp tool?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?