Answer Posted / lak
Functions :
1) Functions are generic to VB Scripting
2) We can use Functions anywhere outside of QTP that
supports VB Scripting
3) Functions doesn't require object repository
4) Functions returns only one value
Re-Usable Actions :
1) Re-usable actions are specific to QTP
2) We can't use Re-usable actions outside of QTP
3) We can associate object repository to re-usable actions
4) Re-usable actions returns many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the diff between image and bitmap check point?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
If created one virtual object? Next time I changed the window position will it work?
What is expert view and keyword view?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
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 is text check point and text area check point?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
Through array we can execute the testcase how ? give me example
Explain how you can find length of array in qtp?
What are the views available in qtp?
Limitations in QTP?
What are the advantages of qtp?
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
What is the use of running the scripts in Hidden-mode in UFT?