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 / pankajb
Very Good Question.
We have to mention in our Descriptive Programming the
accurate UserID and Password. And the We should Write the
scripting which will make validation for Wrong UserID and
Password. It is a lengthy process but, will work. There
will be around about 7 parameters in Data Table.
'Blank User Name & Blank Password
{Checked Client Side Validations}
'Blank User Name & Filled Password
{Checked Client Side Validations}
'Filled User Name & Blank Password
{Checked Client Side Validations}
'Wrong User Name & Right Password
{Checked Server Side validations)
'Right User Name & wrong Password
{Checked Server Side validations)
'Wrong User Name & wrong Password
{Checked Server Side validations)
'Right User Name & Right Password
{Checked Server Side validations)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain the concept of object repository?
What are the different attributes used with regular expression?
Write a QTP script to enter a keyword in to Google search engine?
Shall we add Local Repository to shared object repository,if yes,how we add
Can anybody post some real time scenario in qtp? please its very urgent.
Have you used xml check point in your project? How?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
How do you know the location Id of an object if you know its index id?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
If I change the object name in one action will it be updated in all the actions? Or not?
What are metrics and matrix?
how will you load the test cases in ddt?
What are the disadvantages of recording test cases in qtp?
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?