Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
1 5055Hi Guys, In one of my interviews, I was asked to Write a paragaraph explaining how much scripting I did in QTP? I don't know where to start and what to write. So I need your help in writing that.
1 4956how to identify an object which is not in the object repository identification can be done using descriptive programming.
2 5837
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
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.
When Recovery scenario actually starts while testing the application?
Explain xml checkpoints.
Explain the concept of object repository and how quicktest professional recognises objects?
how did u use automating testing tools in ur job?
Shall we add Local Repository to shared object repository,if yes,how we add
how interviews will be on QTP?
How many ways is to parameterize the value?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Tell me about your project? please help me how to tell about insurance project
Mention what are the different types of recording modes in qtp? Which will be used when?
How can you identify the browser and its information using QTP script?
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
What are private functions in QTP? How they can be called from the function library?