Explain the support of asp for vb script functionality?
No Answer is Posted For this Question
Be the First to Post Answer
i want to when we will write the scripts either after getting the build or after getting the SRS?
Which is the default Data types in VBScript?
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
print the array values in ascending order?
Which in-built function related to an array joins substrings into one string in the vbscript language?
Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..
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 can be used to do an xor operation in vbscript?
. Program for sorting of numbers in vb script?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
How can you create an object in vbscript?