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
Is it possible to call win runner script in qtp?
Can you list some technologies that support qtp?
1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is different command used in command Prompt while using QTP?
what is error and fault in terms of software quality?
how to test use the quality control .how to verify the image verification
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
What are some test assets and related extensions of qtp?
What is business process testing(bpt) in qtp?
can u explain relative path architecture framework in qtp?
what frame work you are following?
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
How you are developing the script? Using record and play back or manual?
What environment does qtp run in?