Does QTP support Linux Red Hat? Does QTP support Flash?
Answers were Sorted based on User's Feedback
Answer / archana
If your query is regarding, testing of applications on a
Unix box then yes, we can use Emulators as intermediate
tool which helps in communication between Unix box and
Windows where QTP is installed.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad
No.
obviously QTP doesn't compatable with Linux enviornment.
But if u want work with flash and Mutimedia u want purchase
from HP.
Prasad
9764156846
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shanker
Adobe has released Flex 2.0.1; this release includes the
QuickTest Professional Flex add-in. The add-in was
developed using QuickTest Professional 9.0's Test
Extensibility feature. The Flex add-in is developed and
owned by Adobe. Please contact Adobe to see about
availability, support details, and pricing.
Adobe is providing the add-in via an automation package
that is shipped with Flex Data Services 2 starting in the
2.0.1 release.
Basic information on the automation package with QuickTest
Professional integration is here
http://www.adobe.com/products/flex/dataservices/
Users can download the automation package with QuickTest
Professional integration here:
http://www.adobe.com/cfusion/tdrc/index.cfm?product=flex
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
I have two For loop, first For loop does is creates a customer and input the customer info and then the second for loop within the first for loop does the follows which is capture the customer name and verify the with the data within the datatable. The problem I am coming across is that when it goes through the second time creating another customer and then verify the second customer then it creates the following during runtime. I want is to have the customer2 below Customer1 under the Customer_from_Apps. Any help will be greatly appreciate it. Customer Customer_from_Apps Customer_from_Apps1 Customer1 Customer 1 Customer2 Customer2 Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Customer_Val= Datatable.GlobalSheet.AddParameter ("Customer_from_Apps",runtimevalue) row=datatable.getsheet("Global").GetRowCount For x=1 to row datatable.SetCurrentRow(x) Data_Val=Datatable.Value("Customer",dtGlobalSheet) If (trim(Customer_Val)=trim(Data_Val)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val else Reporter.ReportEvent micFail, "Cusotmer validation unsuccessful", "Actual Value: " &Data_Val&vbcrlf& "Customer Value: " &Customer_Val End If Next
Give answer with example what is orthogonal array testing technique?
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.
What is the standard timing delay for web based application in qtp?
What is text check point and text area check point?
How do u do batch testing in WR & is it possible to do in QTP, if so explain?
Can you write User defined function for WebEdit ? Note1: This function can be used for all web edits in all pages Note2: Don't use Child objects method
How Qtp will identifies object during run time
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
What is keyword view?
what is main difference between QTP 8.2 AND QTP 9.0/9.2 HOME PAGE?i mean what are extra thing in QTP 9.0 than in QTP 8.2?
Is it possible to test Flat file using QTP? I have two file- first file is Input file and second file is output file. Input file has Format like first 2 field is record type, next 10 field is Description. Output file also has format. I want to check this file format using QTP. Is it possible?? please reply with example.