What is the life cycle of QTP? Pls Give me Exact answer?
Answer Posted / jay prakash
QTP life cycle i have never heard.. if u mean Quick Test
Workflow than please refer below:
Prepare -> Create -> Verify and Enhance -> Integrate
Prepare: Prepare the automated test env.
Create: Record user action to generate the basic test.
Veryfy and Enhance: Enhance the automated test for playback
and testing.
Integrate: Run multiple tests to check the flow of data.
Please let me know if it satisfies ur query.
Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What is Associate Repository in QTP 9.2 ?
How does you pass optional arguments in qtp?
How you create new action in qtp?
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How can I check if a environment variable exist or not?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
whare exactly we have to use functions and sub routain
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Explain the concept of object repository and how quicktest professional recognises objects?
Hi guys, Our company has started to automate testing and started using the tool QTP.Iam new to QTP and I have the following questions to ask. Would appreciate if anyone could give me a hand on this and explain things in a detailed way. [1] Bugs outside checkpoints: I know that I can easily make the QTP do what I want inside the application. Also, I know that I can insert some checkpoints and that the qtp will notice if those conditions are not met. However, there are bugs and problems that might not be connected to a checkpoint (system crash, database error, losing session/logout etc.); how can I make sure that the QTP will notice such problems as well and flag a test as failed. [2] How to tell the QTP that when a particular statement is "false",it should flag it as, test failed and show in in the test report. In short how to tell the qtp that a test is false from the script so that it shows it in the report For Eg:- if(true) test passed // how to instruct qtp else test failed // how to instruct qtp [3] Test script portability: we are having several environments; If I record a test on User Interface, obviously, the qtp will save the URL; however, how can I make the qtp run the tests so that the url is provided dynamically. Is there a possibility to parameterize the web server.Is this the way to do it.I dont know? [4] Test management: How do I manage the tests? I guess we will be doing it in Quality Center, yet, it’s not perfectly clear to me how we will be doing that. [5] Running scheduled test sets: How do I group tests to a certain test set? How can I make this test set run at a predefined time? [6] Test maintenance: What do we need to do beforehand in order to enable for easy test maintenance, meaning small adjustments in tests? [7] Reports: What kind of reports on test results are available (either QTP or Quality Center)? Thanks in advance and hoping for an answer. Jen
What is optional step in qtp? How you can add optional step in qtp?