Please let me Know regarding any material regarding VB
Scripting which should be easily understandable for
Beginners.
No Answer is Posted For this Question
Be the First to Post Answer
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 the differenece btwn scripting language and programming language
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
hey please tell me how to retriev data from excel sheet which puts the login name and password in the application? plz send me the code..please help me
how to declare a variable in vbscript using vbscript
how to increase the values in text box in a given text box increament by two values by clicking on button
What are the 2 ways in which a variable can be declared in the vbscript language?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
write a vb-script code to delete all the mails in my gmail in the year 2011
How to remove the spaces in a string Ex: "this is apple"
What are events in the vbscript language?
Is VBscript case-sensitive?