Posts: 2
Threads: 1
Joined: Jan 2011
Reputation:
0
01-28-2011, 09:35 PM
I faced this question in interview:
1. With out using the task manager,how to close the application using vbscript and what is the statement?
Thanks in advance.
Posts: 2
Threads: 1
Joined: Jan 2011
Reputation:
0
02-08-2011, 03:03 AM
(This post was last modified: 02-08-2011, 03:09 AM by Sweetyrav.)
Thanks sreekanth.
Couple of Interview questions which I faced:
2. When we are executing the QTP scripts from QC, Can we pass the parameters using QC. If so,Tell me the procedure?
3. How to send outlook mail from QTP? Tell me the procedure?
Appreciate your answers.
Posts: 10
Threads: 0
Joined: Dec 2011
Reputation:
0
01-05-2012, 01:18 PM
ex-you have opened yours AUT in IE browser
set ie=createobject("internetexplorer.application")
ie.visible=true
ie.navigate AVT url
to close your AUT automatically use
ie.quit
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
01-05-2012, 05:48 PM
Hi,
Answer to ur query no 2.
We can do it using Test parameters.
Under File->Settings->Parameters define any parameter.
Access this script from QC test lab. Go to test instance properties and their under automation specify the value for parameters u want to pass.
Regards,
Sankalp