How to extract the data in the below scenario and dump it in
the excel?
Link1 Link2 Link3 Link4
numberlink1 text text text
numberlink2 text text text
numberlink3 text text text
numberlink4 text text text
So, Here is my question?
-- It is a matrix but is not a web table(QTP does not recognize it as a web table)
-- Link1, link2 and link3 are links under which text is available
-- numberlink1 to numberlink4 are again LINKS
-- All the others displayed are text only
I want to extract the data in the above scenario and dump it
into an excel in the same scenario as it is displayed above.
Kindly help..
Thank you
No Answer is Posted For this Question
Be the First to Post Answer
what is Property......End Property loop? how to write sript for it in QTP
Is it possible to switch between recording modes during a test creation?
How many types of recording modes in the qtp?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How can we disable popup blocker?
1. How to capture data from images in QTP and produce them in Excel sheet
What is diff. between ordinal identifier INDEX and Location?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
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 guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in
How to identify flash application when the qtp is not identifying the flash application objects.