did any one attended interview in applabs if you had gone
through plz tell me the procedure
Which object provide information about a single runtime error in a vbscript?
What are the properties of regexp object?
write a vb script to display calculator using case statement?
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 given number to long in vbscript?
Write a program to print all lines that contains a word either “testing” or “qtp”
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
How you can call vbscript functions?
How to open a file. What is the perpose of true and false mode there?
write a vb script to display ***** ***** ***** ***** *****
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
How are values assigned to string type and numeric type variables?