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 |
Explain getroproperty and gettoproperty & settoproperty?
What will be happen if i load object repository at run time, but it has already associated.
Is there any thing that we can replace recovery scenario manager in QTP.
What scripting language QTP of?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
How does Parameterization and Data-Driving relate to each other in QTP?
How can i select multiple items from a WebList bOX USING QTP
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
How often were they executed?
Why do we use breakpoints in QTP?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)