VB Script Interview Questions
Questions Answers Views Company eMail

write a vb-script code to delete all the mails in my gmail in the year 2011

1 4027

hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz

2773

Input = 124 output should be 124421 Please do not use any string functions/variables

Cap Gemini,

8 11208

Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.

Accenture,

1857

Join the multiple array with out using JOIN function

1 2391

Find Out Length of an array without using Ubound?

1 4235

Can u describe what kind of testing are for OTC derivates by banks.

BoA,

1869

write a vbscript for traffic signal

1 5069

write a vbscrpit to swap values

Adani,

2 4546

I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong

1 4176

i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click

1617

how to write vb script code for login gmail page by using notepad and how to run script in notepad

1 16551

hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?

1969

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 ?

1738

Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?

Microsoft,

2251


Post New VB Script Questions

Un-Answered Questions { VB Script }

What is dictionary object in vbscript? Explain?

857


Anyone have qtp11.0 crack?

2589


Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP

2070


When to use function procedures and what are its characteristics?

788


Compare java script and vb script?

817


What is the difference between vb debugger and the script debugger?

796


How will you get a random number between 0 and 1 in vbscript?

978


In what way program "hello world" you can write in vbscript?

868


Which loop is used in case of arrays in the vbscript language?

698


Which keyword is used to declare a variable in the vbscript language?

695


How to get the length of the string by making use of the string function?

813


How will you get the natural logarithm of the given number in vbscript?

801


what is the features of visual basic?

1746


Can automation testing find ssame no. of bugs what we can find by manual testing?

1714


Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble

2249