what is the script to select 2 or more than 2 options from
a listbox.
Answer Posted / cvr
Browser().Page.().weblist().Select " "
Browser().Page.().weblist().Extendselect " "
by using extend method we can select ata time two name sin
list box
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
what is the difference betn QTP 8.0 AND PREVIOUS VERSION
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
How to define array in qtp?
what type of framework u r using in ur organization
How to use setroproperty?
How to find Operating system information using QTP script?
distinguish between old version and new version QTP features.
What is a data driven test in qtp?
how to post xml data from QTP scripts to any application?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Can you write a script to check if the folder exists or not?
What is the descriptive programming?
Both static and dynamic arrays are handled by the vb script. Is it true?