Micro Focus QTP (UFT) Forums
Answers with detailed description for Ankur posted QTP QUESTIONS - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Interview Questions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Interview-Questions)
+--- Thread: Answers with detailed description for Ankur posted QTP QUESTIONS (/Thread-Answers-with-detailed-description-for-Ankur-posted-QTP-QUESTIONS)



Answers with detailed description for Ankur posted QTP QUESTIONS - abi_qtp - 09-16-2009

Hello Ankur,

It would be really of great help if you could come up with the detailed answers for all the Technical Interview Questions on QTP. Also a real time scenario for each question is amazing.

It really would help the freshers for cracking the interview and also for the experienced guys who could add up some real time experience with your answers.


RE: Answers with detailed description for Ankur posted QTP QUESTIONS - pksaini80 - 09-22-2009

Hi,
I have some doubt.
1. What is the use of the Addin in qtp.
2. What is the hierarchy of editbox in dot net.
3. Is any difference using the between java & dot net application in qtp

sainipra@gmail.com


RE: Answers with detailed description for Ankur posted QTP QUESTIONS - Saket - 09-23-2009

Hi pksaini80,

Always create a new thread for your query and put one query per thread.
restrict yourself to divert a thread with your new query. please refer Posting guidelines.


RE: Answers with detailed description for Ankur posted QTP QUESTIONS - bhavna - 07-31-2013

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.


RE: Answers with detailed description for Ankur posted QTP QUESTIONS - Ankur - 07-31-2013

@Bhavna: Please open a new thread for a new query.