who is the best faculty in Hyderabad for QTP?
Answer Posted / shyamules
Don't compare that Mr G C Reddy sir with any other
faculties. G C Reddy sir is not basics trainer, he is for
Advanced Learners and for Working people, not for Non-IT
people and freshers.
he is a service oriented person, he launched a website:
www.gcreddy.com for providing QTP jon news and other info
| Is This Answer Correct ? | 75 Yes | 10 No |
Post New Answer View All Answers
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
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
Explain the benefits of quick test pro(qtp)?
Where we can use the synchronization?
Where to use Property Let, Property Get, Property Set in UFT
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Can we write winrunner language i.e TSL in QTP tool?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How many types of actions are there in quicktest professional?
assume i have few url link how will i dynamically call then using descriptive programming?
What is the synchronization point in qtp?
Can you brief the hurdles you faced during Automation testing?
How many types of object repository in qtp?
What is the meaning Work bench?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?