If else for do while select in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
Is VB Script Case sensitive or Case insensitive?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
how to write function to validate the number of characters entering into the text box?
write a program to display configuration of a local system with the help of vb script.
Mention when to use function procedures and what are its characteristics?
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
There are 5 web pages.write a script to click the button on 4th web page.
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
How will you convert a given number to long in vbscript?
which is the best institute in banglaore for software testing?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
When are redim statement and preserve keyword used in the vbscript language?