Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Answers with detailed description for Ankur posted QTP QUESTIONS
#4
Not Solved Question 
Hi

I have just started learning QTP automation.....
Please find below code i have written and error message and assist...
My o/s is win7 and browser is IE8.
===========

Code:
systemutil.run "iexplore","http:\\mrd.mail.yahoo.com\switchclassic"
'sign in

with browser("title:=Browser")
              'with .page("title:=Yahoo Mail: The best web-based email! - Windows Internet Explorer")
                    with .page("title:=Browser").
                    .WebEdit.("name:=login").set "xyz@yahoo.com"
                   .webedit("name:=passwd").set "xyz123"
                   .webbutton("name:=Sign In").click
              End with
          End with

Error message:

cannot find the "[WebEdit]" object's parent "[Browser]" (class Browser).Verify that parent properties match an object currently displayed in your application.


Messages In This Thread
RE: Answers with detailed description for Ankur posted QTP QUESTIONS - by bhavna - 07-31-2013, 09:34 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interview Questions praveen.sharma 4 5,562 08-23-2022, 02:07 PM
Last Post: ahmad3029
  Interview Questions supputuri 12 12,699 08-23-2022, 11:45 AM
Last Post: ahmad3029
  Interview Questions-2 supputuri 3 8,779 06-24-2014, 02:28 PM
Last Post: kotaramamohana
Wink interview questions nithinsomu 0 3,050 04-21-2014, 06:42 PM
Last Post: nithinsomu
At Amazing Interview Questions amanjain42 4 5,641 01-27-2014, 03:55 PM
Last Post: anu05446

Forum Jump:


Users browsing this thread: 1 Guest(s)