How does QTP identifies the object in the application
Mainly objectives are three type's OF PROPERTIES namely
Answer Posted / sreeprasad
1) Mandatory properties,
2) Assistive properties
3) ordinal identifier
firstly QTP traying to identifies mandatory properties if
it is not unique then identifies assertive properties if it
is not unique then go to identifies ordinal identifier.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
can the activities of test case design be automated?
any body can you help me what is the script to automate an comand promt
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
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 common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
How we can import data from database?
please post the interview questions for QA position in FACTSET
what is the advantages and disadvantages of using functions instead of re usable actions
what is meant by Implicit and explicit requirements?
How to find array size in qtp?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
What is expert view in qtp?
How do we handle run-time errors?
What is the extension of qtp local repository?