which one is more secure vb script or java script ???????
or both are same ??????
Answers were Sorted based on User's Feedback
Explain about vb script?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
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
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
How can I access an object in another frame?
Why is the use of exit do or exit for statements within loops discouraged?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
How to check the particular window is exist or not with out using check points
write a vb script to find simple interest using functions
how to write function to validate the number of characters entering into the text box?