write a program to display configuration of a local system
with the help of vb script.
No Answer is Posted For this Question
Be the First to Post Answer
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
how to retrive the tooltip by using descriptive programming in qtp?
this q asked in applabs, q is: QTP should open google.com page and enter "qtp" in one edit(search) box and click search and should open google.com again and enter "job" in edit(search) box and click on search. I tried this but getting error "Edit(search) box matches more than one object", could anyone this question plz..
How strcomp function works?
What are the advantages of vbscript?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
What is the purpose of the err object in the vbscript language?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
Write VB script to convert from feet to inches(hint 1feet=12 inches)
what is the difference between modular and data and keyword driven framework
How to write a general script which should does the following a). If a page object is given, it should identify the page object of the corresponding page(site). b). It should identify all the links of that particular page. in QTP tool?
2 Answers IBM, Infosys, Wipro,
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")