1>How to get the browser name by writing the VBScript.
2>How did you used the GetROProperty and GetTOproperty .give
real time scenario.
2>Give and real time ex for the bug having "High Severity
and low priority"on banking doamin web based application.
Answers were Sorted based on User's Feedback
Answer / bujji
Var =Browser("BrowserName").Page("PageName").Getroproperty
("URL")
Magbox Var
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / sivakumar
Answer to High Severity & Low Priority bug:
If you identify any showstopper bugs in any of the
functionality in the banking application.
Eg: Fash cash option throws page under construction
We identify the bug and categorize as "high severity" &
"high priority". When it goes to client, he may feel that
functionality is not required for the current release, fix
the bug in future release. Development lead will change the
status of the bug to "Low priority"
Simply we can say, all the deferred bugs will categorize as
"High Severity with Low priority"
correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 3 No |
write a script to verify the image path(src property) of the images which are in web pages.
when a test case is written how u test using qtp
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
There is one login screen,after accepting valid username and apassword, it will show the next screen. In the 2nd screen u r having 2 combo boxes, U have to select any item from these, and click OK button. After closing that, it will show the 3rd screen. If u click CANCEL button from 2nd screen it will show the first screen. Write QTP script for it???
how to use import and export sheet methods in qtp
we have one text box and one list box(list box appear in same page or another page) what ever the text enter in text box that must be displyed in list box as first one. for example if we enter 10 in text box that is the 1st item in list box . after that we enter 11 then 11 is the 1st item and 10 is 2nd item. the maximum limit of list box is 10 items. if we enter 11th item the 10th item is deleted and llth one is add as 1st one and 9th one goes to 10th position
Explain how you can delete excel file in qtp?
What is the Maximum syncronization timeout in seconds in QTP 9.5
What are the enhancements u did after recording ur script?
1. Can anyone help me with recovery scenarios, each type with examples and also what is on error resume next?
Explain types of exception handling and script for that?
How can i count the list box elements in QTP ?using script plz explain me (Chandana)