I want to execute 1st row of the local sheet and 3rd row of
the global sheet parellely. write script to execute

Answer Posted / aruna

v can execute the differny row values in diffrent excel
sheet
mention the sheet name(as it is Global,in next row for
anothr sheet1)

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If u r using library files (Instead of Check Points) , How do u do bitmap check ?

1446


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

2414


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

3002


What are the differences between quicktest professional and winrunner?

536


supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?

1351






Can any suggest me what is exposure testing?

1367


What are benefits of qtp?

575


Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma

3231


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

1540


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

577


what is output value in QTP and how it can be used in automation testing

1430


Explain the Different types of QTP test assets and their extensions?

599


how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?

1308


What contains Data Driven Framework document in qtp?

1455


How does qtp recognize objects in aut?

576