You say it is a bug but developer say it is not a bug then
what will you do?
Answer Posted / rohini
show the Test Report Or SRS to the developer
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to record a qtp script ?
How to find the name of the machine where you are running your automation scripts in qtp?
in a web page How to check and display a particular word from a paragraph?
When do go for loop condition in test?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
Suggest and Define a solution for an application whose objects are not recognized by UFT?
What do you mean by checkpoints in qtp?
Describe synchronization point.
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 data driver in qtp? Where we use it?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How does qtp identify objects in the application?
There is an excel file of 1 to 100 sheets how you will iterate through it?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP