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 |
will QTP 9.2 run successfully on Linux(gui) operating system
How the objecs properties are identified?Tell me in Hierarchical order?
How to recognise the webelement and verifying that webelement is enabled?
What is obsolute path and relative path in QTP..? How to access them and what are the differences between them...??
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
how will u choose a tool for test automation ?
Hi friend I have query regarding QTP datatable. I want to insert data in datatable during runtime. suppose i wrote datatble.value(1) = "Test data" so when i run the script it says column(1) doesn't exist. Then i write something in column A1 manualy and run the script again. Now it works fine. Pls clarify how i can put value in blank cell of datatable.
Get the count of files of similar types from a folder.
Have you ever written a compiled module? If yes tell me about some of the functions that you wrote.
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
What is the difference between two actions?
What is the difference between Global and Local Data Sheets?