What are the Mandatory Properties of WebTable Object and
Link Object in Web testing using QTP

Answers were Sorted based on User's Feedback



What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP..

Answer / uday kumar_anem

For the Web table object, the mandatory fields are: "html tag".

For a link object, the mandatory fields are: "html tag" and
"text".

For all most of the web objects(ex: web edit, web link
etc..), the mandatory field is "html tag".

But we can change these properties, but make sure that QTP
identifies the object in the application uniquely.

Regards,
Uday.

Is This Answer Correct ?    2 Yes 1 No

What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP..

Answer / baba

I agree with above answer..... You can add some more
properties to mandatory properties to identify object
quickly and uniquely

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

What are software testing metrics

3 Answers  


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

0 Answers  


Hi All, How to Compare two strings character by character in QTP

0 Answers  


How do i relate the checkbox properties with webelement when checkbox properties are changing on every login to the application

1 Answers   TCS,


tell me QTP standards ?plz

0 Answers   Kanbay,






Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?

0 Answers  


i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...

7 Answers  


how u will describe testing activities?

2 Answers  


How do you invoke an application using the step generator in qtp?

5 Answers  


Can u Reduce the size of Object repository? What are the problems u have faced in Qtp tool?

2 Answers   IncRev,


in login module login button chage regularly(means login button change to submit button).What is the code for it.

3 Answers  


hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.

4 Answers   HP,


Categories