i have an external excel datasheet where it only contains 3
rows. after qtp executed the code to import the datasheet,
the datatable getrowcount method now gives me a different
value, lets say 60,000+ instead of only 3. i did not have
any values starting from row 4 of my excel file. why is
this happening? this also results to the qtp report to load
for a very long time.
No Answer is Posted For this Question
Be the First to Post Answer
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
How to create an instance in QTP?
What is throw Object?
Count the number of radio buttons and randomly select one.
What is the extension of 'Log file' in QTP
How to use QTP for Regration testing, plz tell as with short Example of login window? plz tell as....
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
What are Test case selection criteria for Automation?
What is source control?
How to capture screenshots of Exceptions/Errors during run- time?