where exactly we can't do the automation testing. give some examples
Answer Posted / pavan
2.GetRoProperty----we can get values from runtime using
this method..
a=Browser("").page("").wededit("").Getroproperty("text")
msgbox a
dispaly the value in that text..
GetTopropetty---we can get the values from that object
a=Browser("").page("").wededit("").GetToproperty("text")
msgbox a
that is run time....
3.Qtp 9.0 merge the repositories in RepositoriesManager
option...2or more we can merge
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What test you perform mostly? Regression or retesting in your testing process?
Explain the use of action split in qtp?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is the synchronization point in qtp?
what is the latest version of QTP? Main difference between 9.2 and 10 version
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 are the types of object repository in qtp?
Explain the concept of object repository and how quicktest professional recognises objects?
can anyone tell me from where i can download qtp demo or crack version
Is virtual object supported in low level recording mode?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
How to analyzing the checpoint results?
What are the features supported by UFT?
Can we run test with out adding object in object repository? How it is possible?
Which functionalities of QTP used in banking project? pls any say answer?