how to write code: to check whether the window of an
Application Under Test exist or not . plz give with example
Answer Posted / sandeep
It is possible to check window of an applocation exist or
not by using javacript call
function checkWin()
{
if (Window.closed)
alert("Window closed")
else
alert("Window closed")
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain a few date functions in vbscript
where can i learn VB scripint ?
Explain the filter expression?
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Both Static and dynamic arrays are handled by VB script. Is it true?
Explain about tristate constants?
Mention what are the rules to name variable in vbscript?
who will create the object?
Hi Friends Rajendra this is bhavani prasad, iam working Hyderabad. i faced one problem with qtp recording mode i.e in my application there is 100 records first we click the first record that record will be jumped to next session and 99 records will there stop the recording and run the same script .Run this script qtp does not identify the records. So plz tell me what is the solution.
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
What are the different types of loops available in the vbscript language?
Which function is used in the vbscript language to convert the specified expression into a date type value?
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?
How many types of operators are available in the vbscript language?