when you press a link it displays "the page cannot be
displayed" then as a tester how you will find the
problem,what type of problem must be it?
Answers were Sorted based on User's Feedback
Answer / brahma reddy
if we can,t predict that specified error is occured at
specified event then we will go for the recovery
scenario.this handles the four tyes
1.pop-up window
2.object state
3.test run error.
4.applicatin crash
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / meenu
i think we should go for xml checkpoint... not sure
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shiva
Nothing to do with QTP...In your Browser/Internet
Options/Advanced Disable "Enable friendly HTTP Error
messages" check...
You will no longer get "Page cannot be displayed " message
rather you will receive a more technical error message.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are u place all QTP Framework folders in VSS?
can we call a test in another test? how? explain with one example?
I am new to automation testing.I am learning QTP 9.2.my question is how to install the defferent addins(other than Default Addins) is there any defference in QTP after installing the Addins.where we can get the addins?
what is Property......End Property loop? how to write sript for it in QTP
A question was asked in a company-suppose, I am testing a website on QTP, all the time a new title bar is appeared on next page. Trying to use regular expression under key word driven testing but expert view is also appearing unchanged and error is also generating, do you have any best resolution for that kindly explain in detail. please dont give example of yahoomail, that is unable to clear my doubt.
How to remove the associated function library?
Q- what is the advantage of merging tool in QTP 9.2?
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
How open an excel sheet in QTP(not a run time )?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
0 Answers Tavant Technologies,
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
In qtp, how you can exit for loop?