How to send QTP scripts to our colleagues?
Answer Posted / naresh
while u send QTP scripts to ur colleagues send them along
with the object repositories(SAVE THE OBJECT repository and
then send them)
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is Cross browser testing? Does UFT support it?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
what are all the fileds present in object repository?
How do you open adobe acrobat file in QTP and do some testing on that file ?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Can we record using all the modes in a single script? Explanation with example is appreciated
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Explain the concept of object repository & how qtp recognizes objects?
Where is the Bitmap checkpoint information stored?
What are the types of object repositories? Which one is you using?
In qtp, how you can remove the spaces from string?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
What is the significance of “action 0” in qtp?
What is action split and the purpose of using this in qtp?