How are arrays declared in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to find the size of d drive?
In what way program "hello world" you can write in vbscript?
Check whether given Number is Even or Odd?
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.
filter the array values without using filter function?
write a vb script to display ***** ***** ***** ***** *****
How many types of operators are available in the vbscript language?
what does create object actually do when you call it in vbscript?
write a vb script create 5 folders test1 test2 test3 test4 test5
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
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.