Answer Posted / piya
Hello,
QTP creates VBScript and it supports java script when we
do recording. That means some statement of java script we
can add in VB script which is mandatory during
testing/recording.
The add-in managers will enables QTP to recognize objects
in the developement environment of AUT(Application under
test). When add-ins are enabled the corresponding objects
will be consider as standard objects.
Hope i am right :-)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How would you export a script from one pc to another in qtp?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
Explain hybrid framework with advantages and disadvantages?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
What is the basic concept of quicktest professional (qtp)?
How the smart identification is used in real time?Please explain with an example
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Diff b/w Health care domain and Banking Domain?
Explain the views in the QTP GUI?
What are the benefits of quick test pro(qtp)?
What are the views available in quicktest professional?
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
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer