what is the extension of new local object repository?
Answers were Sorted based on User's Feedback
Answer / raamu.qa
old extension is .mtr(module test repository)
new one is .bdb(bercury data base)
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / n@n!
Local object repository/Per action Repository extension
is .mtr
| Is This Answer Correct ? | 2 Yes | 0 No |
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri
wt is playback facilityin qtp?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
0 Answers Autodesk, EDS, Wipro,
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 are the areas that cannot be tested using an automated tool? list a few
What are the key elements available in test result window?
banking domain description for software tester for interview
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
i don't have any experience in qtp? Can u please tell me What work i have to do?
Can i run the qtp, without OBJECT REPOSTIRY...
how to open Excel sheet & write in it & save it?
How to Run a Test using QTP?