1.In VB Script 100 lines Script. How can check the Syntax
errors? 2. Write a VB Script for X =
India/Srilanka/Australia/England/South Africa.I need the
Output Country wise? [ 1st Msgbox India , 2nd Msgbox
Srilanka] ---- 3. How can Choose these test cases to be
automated?
Answer Posted / lakshmi
hey [rakash. i am working now in ms group
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how you can find the absolute value of the number in qtp?
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How do you delete unwanted results in qtp?
How is test case write?
How to customize checkpoints with parameters?
If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?
What do you mean by checkpoints in qtp?
How to analyzing the checpoint results?
In qtp, how you can get the last character from a string?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
what is meant by source control?
Where we can use the synchronization?
How the smart identification is used in real time?Please explain with an example
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is qtpro?