How will u test content of an web application with out using
chechpoints in QTP 9.2?

Answers were Sorted based on User's Feedback



How will u test content of an web application with out using chechpoints in QTP 9.2?..

Answer / kumar

var= browser(".....").page("....").getroproperty("innetext")

try this

Is This Answer Correct ?    2 Yes 1 No

How will u test content of an web application with out using chechpoints in QTP 9.2?..

Answer / narendra

required

Is This Answer Correct ?    1 Yes 1 No

How will u test content of an web application with out using chechpoints in QTP 9.2?..

Answer / kalyan

Hi Narendhra here i didn't understand the question exactly.
If u want to test any thing in the web application u can
use
childobjects method.This method wil grab all the objects.If
u want the object runtime properties u can use
getroproperty method.

Any doubts mail me at

mskalyan.smile@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

what is L-trim function will do?

2 Answers  


Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya

3 Answers  


What is the Risk Analysis? Waht types of risk analysis are there?

1 Answers  


Explain how qtp identifies objects?

0 Answers  


how to write the descriptive programming in QTP for loginwindow.without using Step generator,object repository for referecnes

4 Answers   STC,






can any one tell me the script to click on a button in the wintoolbar.

1 Answers  


How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance

2 Answers   BirlaSoft,


i can done the project with QTP in that time i can say how many members in my team size?

0 Answers  


On the website, the protocol has been changed https: to https what you will do? Tell me your approach?

0 Answers  


what are the different Frame Works in Quick Test Proffessional testing

3 Answers   Wipro,


How many check points are there in QTP and what are they?

5 Answers  


Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?

3 Answers  


Categories