what is the Descriptive Progarmming? how it is help to
testers in QTP?

Answer Posted / indu

Murali this is indu.i know how to wok with qtp but,the prob
is in wiriting descriptive programming.will u pla tell how
will write the D.P.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to suppress warnings from the test results page?

690


How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?

3557


how to write xml output check point bu useing descriptive programing .means without useing output check point

1745


Hi All, How to Compare two strings character by character in QTP

1094


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

1505






How to start recording using quicktest professional?

704


If I give some thousand tests to execute in two days what do you do?

676


In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?

655


How to add verification steps to tests?

9266


Where to use Property Let, Property Get, Property Set in UFT

466


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

1718


What are the differences between quicktest professional and winrunner?

613


Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?

1579


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3759


How do you do batch testing in wr & is it possible to do in qtp, if so explain?

718