what r advance features u had done in QTP?
Answers were Sorted based on User's Feedback
Answer / rafi
I have used mercury micro player
silent test runner
Action conversion tool
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / kamrul
QTP advanced geatures, as I consider, are as follows:
1. handle dynamically changing web objects/ web elements
using descriptive programming, regular expression and using
methods such as setTOProperty(ies)etc.
2. configure virtual objects and its mapping in case QTP
encounters non-windows standard objects.
3. use checkpoints programatically, not using QTP interface.
4. create user-defined functions and build a function
architecture library and use them as and when you feel
required.
...
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
1. I used regular expression concept.
2. Test Batch run.
3. Calling existing action.
| Is This Answer Correct ? | 1 Yes | 2 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
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
write progamming connecting QTP to database sql? this is question asked by interview? please give sql, pl/sql related answer?pls any answer this?
How cookies can be tested in QTP?
How to export quicktest professional (qtp) results to an .xls file?
Explain hybrid framework with advantages and disadvantages?
How to fetch web elements count from Google Page which contains letter "e"
CAN WE USE 'BVA' AND 'ECP' IN AUTOMATION?
What are the features and benefits of Quick Test Pro(QTP)?
Key word driven framework
How we can we create a Text checkpoint in QTP 9.1,Actually what i did is first i put in recording mode and gofor Inser menu>Checkpoint>Textcheckpoint>click,Now an hand symbol came and i showed it to some textbox and cliked but the QTP9.1 is giving an error message like "The Obkect you are selecting doesn't support this operation" If i go for Help of QTP 9.1 information I didn't get any solution,pls help me in this issue.
HO DO U CALL A ACTION?