Answer Posted / shamshuddin
you can write your QuickTest automation scripts in any
language and development environment that supports
automation. For example, you can use: VBScript, JavaScript,
Visual Basic, Visual C++, or Visual Studio .NET.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to build scripts that access data from external sources?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
How to add verification steps to tests?
How you will rate urself in QTP in the range of 0 to 5
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
How to customize qtp?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How to define array in qtp?
How to test fly out menu in qtp?
What are the types of object repositories? Which one is you using?
How many add-ins comes by default with quicktest professional?
How do Parameterization and Data-Driving relate to each other in QTP?
Why bpt?
what kind of frame work you used in your last project?
Get the count of files of similar types from a folder.