Write a program using Java Script / VBscipt that checks if two
matrices have identical values in all the elements
Answer / dip
plz upload this q ans because its my assignment tomorrow is my submission
Is This Answer Correct ? | 5 Yes | 4 No |
find the length of the string without using length function?
Is it possible to pass optional argument to function in vb script?
how to organize files in object repository of qtp
write a vb script to display factorial of a number using function
Which event is triggered when mouse focus comes out of an element in the vbscript language?
What are the differences between sub procedures and function procedures?
generic function for webedit box for web application
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
how do you make the variable declaration mandatory?what is the use of "option explicit"?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
My questions is while writting descriptve programming, lets take flight reservation. Line1: systemutil.Run "D:\Program Files\Mercury Interactive\QuickTestProfessional\samples\flight\app\flight4 a.exe" dialog("text:=Login").WinEdit("attached text:=Agent Name:").Set "mercury" dialog("text:=Login").WinEdit("attached text:=Password:").Set "mercury" dialog("text:=Login").WinButton("text:=OK").click window("text:=Flight Reservation").Activate window("text:=Flight Reservation").ActiveX ("acx_name:=MaskEdBox").Type "111111" window("text:=Flight Reservation").WinComboBox("attached text:=Fly From:").Select "Frankfurt" window("text:=Flight Reservation").WinComboBox("attached text:=Fly To:").Select "London" window("text:=Flight Reservation").WinButton ("text:=FLIGHT").Click window("text:=Flight Reservation").dialog("text:=Flights Table").WinList("text:=From").Select "13536 FRA 08.00AM LON 08.45AM SR $163.00" window("text:=Flight Reservation").dialog("text:=Flights Table").WinButton("text:=OK").Click window("text:=Flight Reservation").WinEdit("attached text:=Name:").Exist window("text:=Flight Reservation").WinEdit("attached text:=Name:").Set "sagar", Now i m getting the error in the last line. it is not accepting the WinEdit("attached text:=Name:") Please do solve this urgent...! and i want to know how to insert additional properties for an object and which properties we need to select from the object spy.
What is the use of the formatdatetime function in the vbscript language?