How will you get a combined string from array of string in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
How will you convert a string to lower case string using vbscript?
How are values assigned to the variables in the vbscript language?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
why variable name should not exceed 255 characters?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
I am running a windows based application.While running the script on QTP ,The Application pop-up an Error Message as "object Disabled" in two different scenarios Scenario 1-->The Application pop-up up a Message for Max Session Reached(as the application is set to hold 2 session and if if crosses the pre-defined limit then the error message pop-up) Scenario 2-->When Network connectivity is disabled the Application screen gets greyed out in colour with no operation possible. Now through Exception handling features in QTP ,we need to do the following For Scenarion 1-->Through Exception handling we need to just accept the Message pop-up in the Application and and resume with the call function as is for Scenario 2--> Through Exception Handling featutes on QTP we need to shut down the client , restart the client and resume the call functions as it is Note: The Application returns an Error Message as "object disabled" in both the cases i.e for pop-up message and when the Apllication getting greyed out due to Network failure how can we enhance the script in such a way that for the same error message retured by the application in two different and how to handle them????
What purpose does ‘on error resume next’ serves?
input values to accept 2 numbers & print the product, difference and sum using switch case
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap