Web Objects and Web Elements

What is the difference between web objects and web elements in QTP?

Questions by ps.manju04

Showing Answers 1 - 1 of 1 Answers

md_vinodh

  • May 12th, 2008
 

Web Object  Qtp capture the web object while record the we based application,

WebElement object to your script manually, you can provide a unique description for the object using the following programmatic description syntax:

WebElement ("object_identifier1 := identifier1_value" , "..." ,
"
object_identifierX := identifierX_value")

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions