What is the technology used by vb script?
No Answer is Posted For this Question
Be the First to Post Answer
how to write validation function for date in vb script
How to remove the spaces in a string Ex: "this is apple"
Which function allows you to instantiate an object given its programmatic identifier or progid?
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
write a vb script to generate the following pattern ***** **** *** ** *
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
write a vb script to generate 3*3 matrix
Explain about adodb.stream class?
Write a code to print numbers from 5 to 0?
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
Explain different types of segment?