iam working in QTP for 2+ of exp if i attend the interview
what r questions asked in perfomence testing{loadrunner} ?
pls any one can say answer to this question?
No Answer is Posted For this Question
Be the First to Post Answer
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
How does QTP identifies the object in the application?
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"
What exactly is the difference among all the three recording modes.
Does QTP run in any environment?
How do you data drive an external spreadsheet?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
what is the Descriptive Progarmming? how it is help to testers in QTP?
I open login gmail page after that QTP is not able to identify the object present in it then what u will do
in login module login button chage regularly(means login button change to submit button).What is the code for it.
Hi, When iam trying to import sheet to the QTP Global data table at the run time using the Importsheet method.It is able to import the sheet but no data is present after the import due to which the test is failing.Could anyone suggest what should be done. When I open the actual excel sheet data is present and is not corrupted.
How to change the run-time value of a property for an object?