What is select case statement?
No Answer is Posted For this Question
Be the First to Post Answer
what does create object actually do when you call it in vbscript?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
Explain the .wsf files?
How to map test cases with Automation script? Please explain in details.With example Thanks for your co-operation(In Advance)
How do you get the value of a combo box in Javascript?
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
The function template cocept is implemented in vb.net is ???
How will you get a string with the specified character the specified number of times in vbscript?
Find Out Length of an array without using Ubound?
How to check the particular window is exist or not with out using check points
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.