why we are using environment variables instead of global
variables?
Answer Posted / ramchandra
Hi,
1. By using environment variables you can reduce memory(RAM) con
sumption.
2. It's good or it's recommended all the qtp setup related things you should keep in external resources.
These r the use to have environment variables.
Please let me know if I'm wrong n if u know any other uses.
Thanks,
Ramchandra Patil
9699851282
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
after click on compose mail how can we attached a file in qtp with vbscript code
Hi, how can we check or avoid the memory leakage in QTP9.2?
What are the technologies supported by qtp?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
what is profile tool?
How to check feasibility of the appliction?in automation testing?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
How will you compare keyword and expert view?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Hi All , How can we decicde for pariticular frame(DataDriven or Keword Driven)in Project? Thanks Balaji
How to creating an output value using quicktest professional (qtp)?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What are the advantages of Object Repository?
how to do the batch testing in test director using manual testing procedure?