Can objects recognised without repository?
Answers were Sorted based on User's Feedback
Answer / ganesh kumar
yes, with the help of Descriptive Programming concept we
cna define the user desccrition of the object. where the
QTP will use to recognize the object during the runtime.
Set oDesc = Description.Create()
oDesc("micclass").value = "Link"
oDesc("html tag").value = "SPAN"
oDesc("name").value = "LogOut"
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / haribabu
yes, using object spy we can recognised all objects what
ever you want
| Is This Answer Correct ? | 2 Yes | 3 No |
what is use of optionexplicit in variable declaration
How many types of recording modes in qtp? Describe each type with an example where we use them?
What is driver script and driver script in qtp frame work????
Can anybody give the script to addsheet, add column,add values under that column in the rows?
which tpye of exceptions mostly do we face in QTP
how to count spaces in a given string ex: "this is jagadeesh" in QTP with simple functional script
How can we add regular expression for date field (dd/mon/yyyy)?
1. How to capture data from images in QTP and produce them in Excel sheet
What are the different properties of an web object
Can we add the objects of an application dynamically?
2 Answers KEN Group, LD College,
What is the vb script when the url enter into the browser
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com