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
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.
How may types of defects identify application or your currently working application?pls give me answer..
What are the different types of checkpoints?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
What is the basic concept of quicktest professional?
Explain xml checkpoints.
What are the types of data tables in qtp?
What Folder Structure following in Keyword Driven Frame work?
What is the syntax to call one action in another?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
Explain quicktest professional testing process?
How to add verification steps to tests?
Explain how to use QTP to check broken links on a page?
Explain how you can find length of array in qtp?
What are the data types in qtp?