Answer Posted / ramyab.mca@gmail.com
Hai...
QuickTest Professional supports functional testing of all
enterprise environments, including Windows, Web, NET,
Java/J2EE, SAP, Siebel, Oracle, PeopleSoft, Visual Basic,
ActiveX, mainframe terminal emulators, and Web services
K,byeeee...
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can I change object description or check point values in qtp?
Define object spy ?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
Is it possible to split an action? How?
What is an expert view and keyword view?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What are the technics follow in writing VB script?
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
after initiating one project for testing, when exacltly QTP tester role starts?
What is the keyword view and expert view in qtp?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
what is the structure for the data driven framework
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
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)