what is descriptiveprograming? how to do object
identification thrugh Descriptive and is possible smart
identification or not

Answer Posted / amit

HOW U TOLD Rayudu that descriptive programming
not able to do smart identification is there any source
that identify that thing ........Please Answer any one

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where you get the run time data table?

582


Why we load add-ins in qtp?

624


Define object spy ?

560


what is run-time data?

1697


how did u use automating testing tools in ur job?

1485






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

3612


when to start the automation?

1475


I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so

2254


Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji

1324


What are the types of object repository in qtp?

567


What are the features supported by UFT?

671


Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?

604


What is 'sleep' in sync point?

624


What are the features of quick test pro(qtp)?

536


explain abt dyanamic changing object with example?

1899