If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
2048How 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")
2 7337Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
1 8267I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
1 3422Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
1922a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
2 5087wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......
1892wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
2 4559Hi all..I have two values. a=20 ,b=30 I want to perform c= a+b and c= a*b using user define function.please anyone give the answer
1 2595
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Why is it recommended to close the database connection every time after the work is completed?
Which object provide information about a single runtime error in a vbscript?
What's the difference between vbscript and vb.net?
What is the use of the formatdatetime function in the vbscript language?
Explain the adodb.stream class?
How to scroll down a page while recording in qtp. suggest me any method apart from low level recording.
1. How do declare public variable in vb scripts?
How will you format a number in percetage format in vbscript?
Mention what is the difference between vbscript and vba?
How will you get the largest subscript of an array in vbscript?
What are class properties?
Hello Friends , I am the new joinner of this website. I am working with Sapient ,Gurgoan I would like to ask few qurries regarding the QTP Tool of (Testing) Currently working on QTP Tool . I would like to no learn VB Script can u name some Books which i get in market. And a small issue in QTP I had 2 users right i have to login and send the document from this user to second user right. when i am send this doc some contendId number generates right. now i am loging into second user and i have to search for that contentId right i found it now i dont want to accept the document so i had an opption of check out ok i have to click on check out my QTP Code is like this Browser(" ").Page(" ").WebTable(" ").ChildItem (3,5,"Image",0).click Browser(" ").Page(" ").Link("ChecK Out").Click i new this code is perfectly right but when i am run the script i have to click on that particular contentId and click on check out but now the Problem is started the error is the document has been already checked out remeber every time my content id changes means it is the new contentId which is not been used atleast once Please help me out in this issue i am in big trouble
How will you release the memory acquired by an array variable in vbscript?
Which function is used to perform string comparison?