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 20538

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 43494

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 7628

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

Amazon, CSC,

10 11336

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

Amazon, bcbs,

3 4970

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 3375

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

1903

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

1638

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

1808

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

1653

What is a difference between scripting language and programming language?

2 3916

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 5235

what is resorceallocation

1765

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.

4737

Illustrate briefly about the different types of statement

2014


Post New VB Script Questions

Un-Answered Questions { VB Script }

HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2054


How can the spaces from the string be removed?

583


Which operator can be used to do an xor operation in vbscript?

672


1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?

3546


What is the output of a + b in vbscript if a = 5 and b = 10?

2058






Explain How do you create a recordset object in vbscript?

555


how to set one column as primary key in QTP and fetch values accordingly

1814


how to automatically update the sql server2005 database records when insert in vb6?

1475


How will you check that a variable is an array in vbscript?

536


Explain the support of asp for vb script functionality?

625


How to add actions in driver script to run those actions in QTP?

1506


wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......

1478


What is dictionary object in vbscript? Explain?

613


What are the differences between sub procedures and function procedures?

514


How strcomp function works?

617