Can any one tell the different properties and values of
differnt objects like
Browser,Page,link,webedit,webcombobox,webradio
botton,webcheckbox and web button.Because I am facing a lot
of problems in interviews with Descriptive Programing.I
never worked on web Application...Pls help any one as soon
as possible....
Answers were Sorted based on User's Feedback
HI,
this is simple. we can write DP by using Object
Identification dialog box and Object Spy.
in the Object Identification dialog box we can know which
properties we have to write while DP...and in Object SPY we
can know run time values of these properties.
For Browser and page we can give wither Name property or
title property.
for link HTML Tag and Name.
for webcombo box : class name, attachedtext
like this we can write. please check in Object
Identification dialog box.
Is This Answer Correct ? | 1 Yes | 0 No |
For Regression testing already written test cases are sufficient?
How will you check a web application for broken links using qtp?
Difference between action & Reusable action?
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
write vb script code to delete the duplicate values in an array.
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
In qtp, explain what is keyword driven automation framework?
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
What is the difference between Call to Action and Copy Action?
if there is two login button in your page, how you know that this login button is correct for login .
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100