how to create the varibles and how these are connect to qtp?
plz tell me
Answer Posted / fayaz
As we already know that QTP makes use of VB script, so
declaration of variable will be as follows:
Dim x
and if u wnt to make use of the variable across all the
actions in ur test then the declaration of the variable
will be as follows:
Environment("variable_name").value
and..now u can make use of this environment value anywhere
in ur test...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
in a web page How to check and display a particular word from a paragraph?
Define Environment Variable in UFT and its uses?
What is debugging? How you debug your script?
can test automation improve test effectiveness?
How do we analyze the checkpoint results?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
Explain in brief about the quicktest professional automation object model?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
If you are testing a web application then what will you test in that application?
Tell me about qtp?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
assume i have few url link how will i dynamically call then using descriptive programming?