what is descriptive programming in QTP? How can be done?
Answer Posted / najerr ahemed
Entering Objects Information directly into the test script
is called descriptive program.
It is 2 types
1) Static Programming
2) Dynamic Programing
for more Information & QTP scripts examples visit:
www.gcreddy.com
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to check feasibility of the appliction?in automation testing?
How will you handle java tree in qtp?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
Hi How to retrieve data from web element line by line?
What is fragmentation and paging?
How qtp identifies objects?
How many ways we can parameterize data in quicktest professional (qtp)?
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Explain the difference between check point and output value?
Explain QTP using different development techniques ?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
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
What is qtp window?
How to add verification steps to tests?