what r advance features u had done in QTP?

Answer Posted / kamrul

QTP advanced geatures, as I consider, are as follows:
1. handle dynamically changing web objects/ web elements
using descriptive programming, regular expression and using
methods such as setTOProperty(ies)etc.
2. configure virtual objects and its mapping in case QTP
encounters non-windows standard objects.
3. use checkpoints programatically, not using QTP interface.
4. create user-defined functions and build a function
architecture library and use them as and when you feel
required.
...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you exit from an action?

609


How to attach a file to TD?

648


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

1668


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

694


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

1571






Explain about Test Fusion Report of QTP?

609


Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.

1484


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

1313


in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?

6318


Hello friends..... On which areas of an application we can not test with QTP

1553


Have you used xml check point in your project?

550


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

3607


Discuss quicktest professional (qtp) environment?

572


What are the different attributes used with regular expression?

545


Difference between test object and run time object?

586