1)what is the Exact Meaning of Environment Variables?
2)what is Compile Module in QTP? what exactly it contains
Functions or Actions?
Answer Posted / tvsramakrishnachowdary
whenever the common values to be use in multiple scripts
than it is suggested not to declare local variables in all
the tests individually.It is better to declare all the
common variables in seperate environment file,attach it to
the required tests and use those variables inside the
tests.by doing this the advantage is in future if
environment is change and some of the valuues of those
variables need to be capturedinorder to make the scripts
compatable with the environment with the minimum efforts we
can update values in the environment file instead of
updating in all the scripts.....
Sorry i never gone though compile module concept in QTP
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an expert view and keyword view?
Are Shared ORs read-only?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Describe the differences between functions and actions in UFT?
explain how to write vb script in qtp?when will you write own script?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Which functionalities of QTP used in banking project?
What is the difference in testing a client-server application and a web application?
Explain in brief about the quicktest professional automation object model?
what is run action?
Explain how you can replace string in qtp?
Can launch two instances of qtp on the same machine?
What are the different types of functions available in qtp and explain ?
Which environments does qtp support?
What is the difference between run time object and test object?