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



Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint ..

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

Hello, I am learning QTP. I have recorded test for Login page, i have also inserted checkpoint ..

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

Post New Answer

More QTP Interview Questions

Ehat is the descriptive programing in QTP?

4 Answers  


IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?

3 Answers   Polaris,


WHat is Object Identification and Object Spy?

2 Answers   IBM,


How many ways we can parameterize data in quicktest professional?

0 Answers  


How does QTP identifes the object in the application?

1 Answers  






how we connect oracle or sql data server database to qtp

3 Answers   Tanla Solutions,


How to test background color and dynamic images which are moving during runtime?

7 Answers   CTS,


Hi Friends, How to trap an error message on Web page through QTP. Example:- When I put wrong user id or Password on a web page, I get the error message. So when I add the error object in Reposatory, every time it shows as Login Failed Object exist, eventhough using corret login details. And if I do the same without adding the object it shows as object not found. This might be because while recording QTP takes every new page as _1 _2 _3 and so on. as below. Browser("XXXXX").Page("XXXXX_1"). >>login Browser("XXXXX").Page("XXXXX_2"). >>Inbox Browser("XXXXX").Page("XXXXX_3"). >>Sent Items I used below code. Browser("XXXXX").Page("XXXXX").WebEdit("firstname").Set strFN Browser("XXXXX").Page("XXXXX").WebEdit("lastname").Set strLN Browser("XXXXX").Page("XXXXX").WebEdit("userid").Set strUserID Browser("XXXXX").Page("XXXXX").WebEdit("password").Set strPass Browser("XXXXX").Page("XXXXX").WebButton("Login >").Click If Browser("XXXXX").Page("XXXXX_2").Image ("msg_icon_error").Exist 5 Then Reporter.ReportEvent micFail, "XXXXX", "Login Failed!" ExitRun (It shows login failed ever after login is passed. Else Reporter.ReportEvent micPass, "XXXXX", "Login Successful!" End If Please find out a way for me here, and provide me with the correct code. Thanks in Advance.

1 Answers  


how to lunch the application in the qtp tool ?

3 Answers  


What is the script for database check point, bitmapchek point, regular expression ?

0 Answers  


what is the main use of reviews

2 Answers   Ordain Solutions,


what is reusable action and how the same can be implemented (process)?

2 Answers  


Categories