Top VB Script Interview Questions :: ALLInterview.com http://www.allinterview.com Top VB Script Interview Questions en-us what is the function to get the ascii value of the character? http://www.allinterview.com/showanswers/28540.html ascii(char) What is the difference between ByRef and ByVal. When to use ByRef and http://www.allinterview.com/showanswers/35312.html Byval refers to the actual value of the variable. ByRef refers to the location of where the value is stored. Passing. what is descriptive programming in QTP and what is environment variab http://www.allinterview.com/showanswers/15155.html Following is taken from: sqaforums: Link: http://www.sqaforums.com/showflat.php? Cat=0&Number=220886&an=0&page=0#Post220886 Descriptive programming is nothing but a technique using which operations can be performed on the AUT obj How do you create a recordset object in VBScript? http://www.allinterview.com/showanswers/12853.html set a=createobject("ADODB.recordset") how to write codings in QTP using vb script. please help me. i am ne http://www.allinterview.com/showanswers/58005.html By Using VB Scripts,atleast u have idea on 'C' and Vb languages.Then it will be very easy to understand and to write the scripts is easier... How can we return a value from User Defined Function ? For Eg. we hav http://www.allinterview.com/showanswers/35850.html 'Try this Code in Only MS-Excel 'After opened should be press Alt+F11 'select and double click the ThisWoorkbook in VBA Project leftside of application ' paste this code in that Private Sub Workbook_Open() Call add How to learn VB Script, Since iam working with QTP. So i need to lea http://www.allinterview.com/showanswers/5067.html search net..lot of stuff available in Net. Pls. post these type of general questions in Forum. Pls. post interview related questions only here. what is the purpose of the Reporter.ReportEvent in QTP and also plea http://www.allinterview.com/showanswers/67046.html The Main purpose of Reporter.ReportEvent in QTP is it is a Reporting Machanism in Qtp. It means Reports an event to the test results. Syntax Reporter.ReportEvent EventStatus, ReportStepName, Details [, Reporter] EventStatus:-Status of t Which is the default Data types in VBScript? http://www.allinterview.com/showanswers/12865.html There r no Data types in VB script except Variant Open Yahoo Login Page in that page Suppose i have 100 mails and i wan http://www.allinterview.com/showanswers/68635.html Browser("Yahoo!").Page("Yahoo!").Link("Mail").Click Browser("Yahoo!").Page("Yahoo! Mail: The best").WebEdit ("login").Set "ch_sumathi2004" Browser("Yahoo!").Page(" How will you generate Reports using Vb Script?it asked in testing(QT http://www.allinterview.com/showanswers/59322.html Hi Simply say 1. Report. Report event 0, stepno1 “test pass” Or Report. Report event 1, stepno1 “test fail” Here 0=pass, 1= fail 2. Msgbox (variable) 3 Get visible test How can you have different number of cells for each row of a table in http://www.allinterview.com/showanswers/12858.html by creating a table <table> <tr> <td>enter name</td> </tr> <tr> <td>Ur mail id</td> </tr> </table How many data types are supported in Vbscript? http://www.allinterview.com/showanswers/18176.html Variant What is parametrization ? http://www.allinterview.com/showanswers/17994.html To randomly select values how to write basic programs in VB Script like addition, multiplicati http://www.allinterview.com/showanswers/61618.html function vaibhav x,y dim x, dim y, dim z, z=x*y msgbox z