How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use Option Explicit?
accept a string & display whether a is present or not
write a vbscript for traffic signal
What is string concatenation function in VBScript?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
How regexp.execute method works?
Explain about arrays in vb script?
write a program to display configuration of a local system with the help of vb script.
Which operator can be used to change the value of the operand or change the state of the condition?
Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder
Which is the default Data types in VBScript?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function