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
How many add-ins comes by default with qtp?
Your roles and responsibilities and daily tasks? (As automation tester)
How do you test DLL files using automation Tool QTP?
What will be happen if i load object repository at run time, but it has already associated.
Explain the concept of object repository?
How to capture a window in QTP?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
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?
What is QTP’s model for test creation?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How many types of trigger events are there in qtp?
how to evalute defects in QTP script?