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.
Answer Posted / 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 View All Answers
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Explain how you can find the absolute value of the number in qtp?
what is the frame work in J-meter?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
Hoe can we do retesting using functions please give the code for it using login page
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
how to prepared for first for the first interview?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
UFT 12.02 which ALM version will support
What test cases can you automate using QTP?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Where can I find and view run-time data table?
They asked by using qtp recording writing scripting
Tell some commonly used Excel VBA functions?
wht type of User defined functions or Java Releated functions do we write in VB scripting