How will you compare two strings in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
Write a program to print all lines that contains a word either “testing” or “qtp”
How to open excel in vb script?
how to increasing the numbers in a given text box please write a vb script
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)
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
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
Check whether given Number is Even or Odd?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
how to add the shared repository file to the script file while running the script manuall
what is diff between static and dynaic arrys?
How will you get a string with the specified character the specified number of times in vbscript?