what is visual basic?
Answers were Sorted based on User's Feedback
Answer / sabeelansari
It is a frontend application development tool for GUI
applications. Introduced by microsoft in the year of 1990.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / veena
vb is a eventdriven programming language to develop a
windows based application
| Is This Answer Correct ? | 2 Yes | 1 No |
There are 5 web pages.write a script to click the button on 4th web page.
How will you trim the spaces on the left of a string using vbscript?
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 extension of the file if its saved from recovery manger to some drive
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
How can you have different number of cells for each row of a table in HTML?
How can you create a file object to work with the files in the vbscript language?
Which operator can be used to do an xor operation in vbscript?
How to copy from one script to another script in qtp
Which function allows you to instantiate an object given its programmatic identifier or progid?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What are the rules to name variable in vbscript?