please clarify the question .................
i know how to open the notepad file ?
but i don't know how to enter the data into opened notepad ?
Ex: set a=createobject("wscript.shell")
a.run "Notepad.exe"
please give the replay.
my mail id is raju.ippali@gmial.com, 9823257761
Answer Posted / xxx
the above answer is not correct
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
What is the virtual object?
Is any limitation to xml checkpoints?
what is review
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What is the difference between analog and low level recording?
Mention what are the different types of recording modes in qtp? Which will be used when?
Explain different type of event trigger option.
How many types of recording modes in qtp? Which will be used when?
How would you export a script from one pc to another in qtp?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Analyzing the checpoint results?
What are parameterizing tests?
How would you directly trigger javascript in a test?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }