Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain QTP Testing process ?

Answers were Sorted based on User's Feedback



Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

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

Explain QTP Testing process ?..

Answer / srinivas

1. prepare to record
2. record and run session on your application
3. Enhance the test script
4. Debuging the test script
5. Execution the test script
6. Analise the test result
7. Send the report to the client

Is This Answer Correct ?    5 Yes 3 No

Explain QTP Testing process ?..

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

Post New Answer

More QTP Interview Questions

What are associated files in QTP?

2 Answers  


Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach

0 Answers   AppLabs,


General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?

2 Answers  


What is object identification?

8 Answers   Wipro,


plz tel me what is the differnce between QC & QTP?

3 Answers   iGate, Satyam,


What is action?

0 Answers  


How to call a function in QTP?Is there any method ? Thanks , PRASANNA

2 Answers  


how to post xml data from QTP scripts to any application?

0 Answers  


What is the difference Between LowLevel and Normal Recording Modes?

1 Answers  


How to Parameterize Object repository in QTP?

6 Answers   Cognizant, IIBM,


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

0 Answers  


Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)

0 Answers  


Categories