How can we fill data in a text box without recording using
object spy. Can you please provide the steps...
Answer Posted / amarendra kothuru
Using descriptive programming, you can set values to the
textbox with out recording
E.g:
Browser("name:=Google").Page("title:=Google").WebEdit
("name:=Google Serach").Set "Yahoo Groups"
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to get popup error message.
Have you used xml check point in your project?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
What is the use of text output value in quicktest professional (qtp)?
what QTP Options do you know?
What are the types of object repository in qtp?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
Explain the parameter in qtp?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
Where you get the run time data table?
how do u plan test automation?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
In qtp is it possible to check broken links of a page?
Explain the concept of how quicktest professional identifies object?