CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO
GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
Answer Posted / saralee
URGENT
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
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 to find array size in qtp?
To which environments does quicktest professional (qtp) supports?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
What are the challenges you faced during you entire life automation ?
Hi Samrat, Thank u very much, what u said it is right.
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How to find the length of the string in qtp?
How may types of defects identify application or your currently working application?pls give me answer..
In qtp, explain what is keyword driven automation framework?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.