How to test the mandatory fields in QTP?
Answer Posted / guest
test mandatory is assistent of the test engineer
| Is This Answer Correct ? | 0 Yes | 15 No |
Post New Answer View All Answers
Can we run test with out adding object in object repository? How it is possible?
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
How to carry out bit map check points in QTP
What are the key points to create a framework in QTP for oracle forms?
How many ways we can parameterize data in quicktest professional?
What are the major/ important methods, functions in QTP we use realtime testing
What does it mean when a check point is in red color? What do you do?
Give the syntax to import/export xls into qtp.
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
In what occasion we can specify global sheet and action sheet?
whare exactly we have to use functions and sub routain
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
What is the difference in testing a client-server application and a web application?