| Other VB Script Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Hi,
can any one tell this
Actually I AM NEW TO QTP
I have one qtp script in which it calls the vbs file during
it's run TIME by using the ExecuteFile "absolute path"
If the vbs file is executed seperately it will give the
output in a msgbox
In the same way if qtp script is executed the result will be
displayed in w result window right?
Now the question is how to get that vbs file output in the
qtp result window when I run the qtp script which calls the
vbsfile during it's run TIME | | 1 |
| How to return a value from function...?
you should not tell msgbox, print.. etc., | | 5 |
| I need help to write a function in vbscript to click on a
link. That link looks like a tab. There are 6 tabs. When I
click on 1 tab it should show as "on". when I spy the class
property is on. But for the one which is not clicked the
class property is blank. I have objects created in our
custom object repository. Please give me some idea. | | 1 |
| we executed QTP scripts in one browser(i.e IN)same scripts
is working on another browsers or not (i.e mean netscap,m
azol..like ) | Accenture | 6 |
| how to declare a variable in vbscript using vbscript
| | 4 |
| What is string concatenation function in VBScript? | | 1 |
| How many data types are supported in Vbscript?
| Microsoft | 2 |
| Why to add checkpoint in QTP
What's the purpose of checkpoints & how to add it | | 1 |
| Which is the default Data types in VBScript? | AppLabs | 6 |
| What is the difference between ByRef and ByVal.
When to use ByRef and ByVal | TCS | 3 |
| hey please tell me how to retriev data from excel sheet
which puts the login name and password in the application?
plz send me the code..please help me | HP | 3 |
| who you define variables and functions in VB? | | 1 |
| plz give ans to this in vb script........
"krishna radha"
i want to print this string
"Radha Krishna" like this | | 3 |
| How can I get the value of an object property or variable in
another frame? | | 1 |
| Hi,
I need to accept user inputs for login at runtime.I know i
can use Inputbox but how to proceed further that i dont
know.
Thanks in advance | | 2 |
| How do I check that the names in a weblist are correct e.g
in flight application the names of item are Denver,
paris,London, etc. How do I ensure the correct item is
displayed from the list after doing item count ?
| IBM | 1 |
| How to learn VB Script, Since iam working with QTP. So i
need to learn VB script. | TCS | 2 |
| what is descriptive programming in QTP and what is
environment variable in QTP? where we store and what is its use? | Perot-Systems | 4 |
| can any body give the code to write the function for given
suppose user login with usrer id and pwd to yahoomail.after
cliking "sign in"if it is valid user id the next page will
display userid'message box.( Note u have to use excel sheet
to retrive the userid's data) | Bally-Technologies | 3 |
| Hello All,
In QTP 9.2 for Mozilla Firefox, there is webelement in my
application, I tried to click on that using decsriptive
programming, but it does not work.
and for this i tried this code too:
Set obj = CreateObject ("Mercury.DeviceReplay")
absx = Browser("").Page("").WebElement(".").GetROProperty
("abs_x")
absy = Browser("").Page("").WebElement(".").GetROProperty
("abs_y")
obj.MouseMove absx, absy
obj.MouseClick absx, absy, 0
But it is not clicked.
Can anyone help me out for this problem.
Thnx in Advance
| | 1 |
| |
| For more VB Script Interview Questions Click Here |