What is the output of a + b in vbscript if a = 5 and b = 10?
No Answer is Posted For this Question
Be the First to Post Answer
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")
How to replace junk code recorded by QTP with a mall function.
hi all, i had a question, that how to find out hiding a coloumn in a table i had a table having the following column names NAME DESCRIPTION CREATED TIME CREATED USER if i right clicked on a NAME column it will displays a menu having the same column names in a list like NAME DESCRIPTION CREATED TIME CREATED USER with check boxes.if i unched any check box, that column name should not be appear in the main table column names could anyone please solve this problem?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
Explain the support of asp for vb script functionality?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Explain the asc function?
Write a VB Script to count blank Lines in a notepad
Mention what is vbscript?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?