Can we Script any test case with out having Object
repository? or Using Object Repository is a must
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
No. U can script with out Object repository by knowing the
Window Handlers, spying and recognizing the objects logical
names and properties available.
K,Byeeee.....
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geena
If you know discriptive scripting you don't need Object
Repository. Otherwise you need the Object Repository.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / zia ur rehman
No. U can script with out Object repository by knowing the Window Handlers, spying and recognizing the
objects logical names and properties available.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am not finding pages and links in object spy on web testing. I am only getting window and winobject. where is the problem? thanks
Write a script to delete a specific row in a webtable.
when i am running login page i got test run error? Please give me the script to handle run time exceptions. It's urgent for me.
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How does QTP identifies the object in the application?
Explain the benefits of quick test pro(qtp)?
suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password
Describe synchronization point.
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
How to extract the data in the below scenario and dump it in the excel? Link1 Link2 Link3 Link4 numberlink1 text text text numberlink2 text text text numberlink3 text text text numberlink4 text text text So, Here is my question? -- It is a matrix but is not a web table(QTP does not recognize it as a web table) -- Link1, link2 and link3 are links under which text is available -- numberlink1 to numberlink4 are again LINKS -- All the others displayed are text only I want to extract the data in the above scenario and dump it into an excel in the same scenario as it is displayed above. Kindly help.. Thank you
how to associate object repository during runtime in qtp