What purpose does ‘on error resume next’ serves?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Explain few date functions in vbscript?
how to find the textfile in the folder and copy file from one folder to another folder useing parameterigation in QTP
How are values assigned to the variables in the vbscript language?
how does vb script help in web page designing? explain with example.
write a vb script create 5 folders test1 test2 test3 test4 test5
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
How are comments handled in the vbscript language?
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
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?