Does QTP support Linux Red Hat? Does QTP support Flash?
Answer Posted / rani
Adobe has developed flex add-in for QTP to support flash
applications.
Users can download the automation package with QuickTest
Professional integration here:
http://www.adobe.com/cfusion/tdrc/index.cfm?product=fle
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
after initiating one project for testing, when exacltly QTP tester role starts?
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
what is the frame work in J-meter?
Explain how you can delete excel file in qtp?
Define object spy ?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
Who uses qtp tool?
What are the features supported by UFT?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
Why qtp always start action1 and does not start action?
We stored into the objects OR and then write the scripting
I have enrolled for a QTP course which is a four weekend course.Do you think its a good way to start off learning this tool?What all do i need with me in order to become a pro at using this tool?
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
how can we compare descriptive programing with a regular expression
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?