What is purpose of scripting.filesystemobject class in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is the scope of a constant declared using public?
How can you test font size, type and color using QTP tool?
Mention how you can call vbscript functions?
which one is more secure vb script or java script ??????? or both are same ??????
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
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")
explain with example primitive data types of vb script.
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
How to copy from one script to another script in qtp
What is dictionary object in vbscript? Explain?