What is the use of the formatdatetime function in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between vbscript and vba?
Is it possible to pass optional argument to function in vb script?
How can you have different number of cells for each row of a table in HTML?
write a vb script to generate the following pattern ***** **** *** ** *
i need to sort the data using qtp script for this how i need to write a qtp script
I want good books or good sites for scripting.Can any one help me.
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
What is difference between vbscript and vba?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
did any one attended interview in applabs if you had gone through plz tell me the procedure
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
Mention the rules for using option explicit statement?