Explain few date functions in vbscript?
What are string functions in vbscript?
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
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
WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?
how to write vb script code for login gmail page by using notepad and how to run script in notepad
How to create a function in vbscript?
What are class events?
What is the difference between function and procedure?
Explain the constants in vbscript?
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
Which operator can be used to do an xor operation in vbscript?