i am entering wrong data or wrong password in a text box and
click on submit button .i am getting a popup window with a
message Please enter the correct password or data .How can i
handle this situation by using QTP.
Answer Posted / dimple
Hi all,
I have read all the answers.
By using recovery scenario we can just click ok button on
the pop up window.
If we want to enter in to the application ,I think even
recovery wont help it.
If the question is about validation then validate the
username and password by if else statement for Pop up
existence.
If not the data must be correct
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How you can replace string in qtp?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
is it possible to add sheets to excel at runtime
Explain the difference between data driven testing and parameterization ?
Whats the realtime QTP testing process
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What is the difference between the design-time and run-time data tables?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Can any body please tell me the steps of keyword driven framework of QTP.
How will you report the bug and explain the defect tracking sheet you handled?
What are the features of quick test pro(qtp)?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
What is the difference between qtp and selenium?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?