Hello,
I am learning QTP. I have recorded test for Login page, i
have also inserted checkpoint for Email field & when I run
test it passed. But when i tried to run test by
inserting 'Adding Parameter Values to a Data Table' for
email & password field, it pass the first value in both the
fields but after that when test run for second parameter
values it displays 'Internet Explorer cannot open the
Internet site, Operation aborted' & when i analyze test
result it displays run time error 'Object disable'. I have
also cleared all the history from IE but it is not working.
Please help me.
Thank you.
Answers were Sorted based on User's Feedback
Answer / nanda
in each iteration u have to close the Browser (Browser
().Close)...then only script wil work n number of
Iterations.
If Object is disabled means u might given wrond set of
Data. Please check..or else can u send snapshot of error to
nanda.dreddy@gmail.com...so that we can explain u clearly
what u did mistake.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
U have to close the page .. file->exit in menu bar during
recording the page...after that u can parameterise the
object field ..then this will work ...i got the same prob
when doing parameterization....
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you send email with attachment from outlook using qtp ?
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
Explain the concept of object repository and how qtp recognises objects?
What is synchronization point in QTP?
What is diff between SDLC AND STLC?
how to click the link in webpage by using QTP Script????????
How can i initiate the objects to find uniquely in OR
Synchronozation types in QTP
Waht is User interface and Integration Testing?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What does "Dynamic change on web pages" means.As per my knowledge, this comes in "Complete" level of Active screen capture levels, where it says, "Also dynamic changes on web changes are saved.so i want to know what type of dynamic changes are made and is this dyanmic changes efftes only on web application or any other?