How can you Open a Notepad and How can you write the test
Resuts in Notepad by Using QTP?
Answer Posted / sushma
Result = "The test is passed"
Set a=createobject("Scripting.filesystemobject")
Set b=a.opentextfile("E:\raju\1.txt",2)
b.writeLine Result
b.close
Set a = Nothing
Set b = Nothing
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
what you mean by artifact,milestone...
Discuss quicktest professional (qtp) environment?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
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?
How QTP support all types of applications (platforms)?
How to find operating system information using the qtp script?
How the exception handling can be done using quicktest professional?
If I give some thousand tests to execute in two days what do you do?
What is Unicode Compatibility?
what is the advantages and disadvantages of using functions instead of re usable actions
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How will internal and external links be validated and updated? how often?