VB Script Interview Questions
Questions Answers Views Company eMail

Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642

Amazon,

7 21735

Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.

Amazon, Pyroferus,

12 45534

Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance

Amazon,

6 8591

Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..

Amazon, CSC,

10 12675

Hi, Anybody could tell me What is the 3rd Largest Number in the series..Thanks in Advance..

Amazon, bcbs,

3 5575

Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.

1 3741

write a program to display the system specifications of client system with the help of vbScript.

2111

write a program to display configuration of a local system with the help of vb script.

1848

Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

2033

PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1862

What is a difference between scripting language and programming language?

2 4396

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

1 5528

what is resorceallocation

1959

how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

4966

Illustrate briefly about the different types of statement

2237


Post New VB Script Questions

Un-Answered Questions { VB Script }

Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com

2033


How will you convert a string to lower case string using vbscript?

762


does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks

2711


1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.

1760


Mention what is the difference between vbscript and vba?

724


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1123


I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..

2005


How regexp.execute method works?

811


Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?

1039


Explain the scope of the variables using dim, public, and private keywords respectively.

920


what is the object hyrarchy in QTP for a web based application

2094


I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?

1084


What is the technology used by vb script?

731


Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?

1743


can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.

2053