How can we record an edit box in the Web application ?

Answers were Sorted based on User's Feedback



How can we record an edit box in the Web application ?..

Answer / ravindra

First we add all objects in to the objectRepositary.All
object properties can be stored in to the
objectRepositary,after that u start recoding.
the script is displayed
Ex:Browser("Browser name").Page("Pagename").webedit("edit
box name").set"some text"

Is This Answer Correct ?    1 Yes 0 No

How can we record an edit box in the Web application ?..

Answer / k.chandra sekhar

a) With help of the object spy record that edit box
application.
b) This procedure is the 1st start the record option
then open the web page after with help of the learn the any
object or edit box.
c) After that all information store the object
repository
d) This is the process of the record edit box in the
web application.

My name is k.chandra sekhar,
My phone no is 09246540049,
Hyderabad.
My mail id is ndra_143@yahoo.co.in
If any body want full explain send the mail

Is This Answer Correct ?    0 Yes 0 No

How can we record an edit box in the Web application ?..

Answer / guest

By using web edit method

Is This Answer Correct ?    0 Yes 0 No

How can we record an edit box in the Web application ?..

Answer / manish

What exactly you question is?

Check which application you are going to test, see whether
all ad-ins are included or not then record the web
application with doing some action on the edit box, it will
automatically store the object properties in OR. the class
name of the web edit box will be "WebEdit"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

1. Which function is used to check whether the specified object property achieves the specified value within the specified timeout below anyone is correct 1. Check Property 2. getToproperty 3. output Pls anybody can give the answer.. Thanks in advance...

1 Answers   Navis,


what is the difference between testing and debugging?

2 Answers  


i need to learn the descriptive programming very well so for that what to do am reading the qtp user mannual but it is not so any materials or links with examples i want please help me

2 Answers  


How you create new action in qtp?

0 Answers  


What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance

3 Answers   BirlaSoft,






What is the use of breakpoint in qtp?

4 Answers   Zensar,


A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key

3 Answers   Virtusa,


what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX

3 Answers  


what are the parameters you are considering for object identification?

1 Answers  


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

0 Answers  


How to retrieve value (data) from notepad using QTP ?

5 Answers   Health Care,


could any help me please, how to work on visual foxpro application using UFT

0 Answers   NA,


Categories