Mention how you can call vbscript functions?
No Answer is Posted For this Question
Be the First to Post Answer
how to find greatest of n numbers!
wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
Mention how to assign a date value to a variable?
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
write a vb script to add two 2*2 matrix
Explain about vb script?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
write a vb script to generate 3*3 matrix