suppose i give valid user id and password to open an web
base application on qtp.how qtp will know itis a valid user
id and password
Answer Posted / thomas
QTP cannot assume itself the given username and password
is correct.
1)May be the above said technique can used to achieve the
result
or
2)After entering username and password.verify the expected
window or page displays.
ex: Browser(**).page(**).webelement(**).exist = True
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
What are the Disadvantages of shared object repository?
Is it possible to use two instances of UFT on the same machine? If not why?
what is profile tool?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
Can any body please tell me the steps of keyword driven framework of QTP.
How to find the name of the machine where you are running your automation scripts in qtp?
What is the use of text output value in quicktest professional (qtp)?
What does it mean when a check point is in red color? What do you do?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
Explain the checkpoint in qtp?
Explain advantages and disadvantages of ddf?
Where to use Property Let, Property Get, Property Set in UFT