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 / rajesh
Hello boss,
QTP does not know or need not know whether itis valid user
name or valid password.if u write the below written script
to open ur account it will just pass the values wat u have
given in the script and clicks on sign in (or)on submit
button .if ur username is valid u will automatically login
to ur account,if its not then u will not login to ur
account.here qtp just passes wat ever the values u have
given in the script thats it ,it cant know whether itis
valid user name or invalid username
ur script will be like this to login:
browser(" yahooo").page("yahoo").webedit("signin").click
hope u wil understand this
regards,
Rajesh
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is data driver in qtp?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
describe some problems that u had with automating testing tool?
How do you delete unwanted results in qtp?
What are the Application Functions available in QTP?
UFT 12.02 which ALM version will support
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How you can decide which type of object repository you have to use?
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!!!
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Difference between test object and run time object?
What is difference between run time object and test object?
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?