Answer Posted / swapna
no
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
What is qtp window?
What is contained in the object repository?
How can you exit from an action?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
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
when u script reveiwing in which area u more concentrates?
what is the difference between built-i function and In-built function?
What is an optional step in qtp ?
if numbers are always changing write a script for that
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Does QTP run in any environment?
How many types of parameters are there?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?