I am having trouble understanding #1 how to paramaterize a
userid and password that I need to call in about 25
existing scripts. I need to know how to Create a Reuseable
action for 25 existing scripts that will call the exact
same userid and password? I need to know how to create a
Reuseable action and then have it called by existing
scripts being run in a batch.
Answer Posted / nagk24
first u have to parametriz from excel to datatable
datatable.importsheet"path of xl","sheetname in xl","action name in current test"
to get data from data table
dialog().winedit().set datatable("action name","clumn name")
later we can call dis action from any test
insert--->call to existing call
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Brief the process of testing with UFT?
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
Define Canvas view of UFT?
What are the different types of recording modes in qtp? Which will be used when?
Difference between test object and run time object?
How many tabs are available to view your test in a test pane and what are they?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Is it possible to call from one action to another action in qtp?
what is error and fault in terms of software quality?
what is profile tool?
How are cgi programs, applets, javascripts, ActiveX components, etc. to be maintained, tracked, controlled, and tested?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Explain the difference between call to action and copy action?
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.