Which line will be executed
1-B(DP).P(OR.link(DP)
2-B(OR).P(Or).Link(DP)
Answers were Sorted based on User's Feedback
Answer / uday
Ans is 2.
Once we start descriptive programming in a statement, we
should follow DP, no OR afterwards.
| Is This Answer Correct ? | 8 Yes | 0 No |
Give me Example for Generic Functions in QTP Framework....Anybody please answer me..Thanks in Advance
Using Regular expression method some particular value is not present in given value. HOow do use regular expression? Forexample password all number,character ,special character are accepted but (_',)underscore,comma are not used. How do write regular expression.
what is On Error Resume Next ?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Give me brief idea about QTP automation object model?
What will be happen if i load object repository at run time, but it has already associated.
How to use Environment parameterization? Explain with an example.
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
How does qtp identify objects in the application?
where do you define the objects as regular expression when u are using regular expressions.
Hi all, what is the latest version of QTP?
Which object repository we use in real time and can we merge 2 object repostiory and how?