Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / imran nazir
yes g c reddy is a good faculty for qtp testing tool. his site
www.gcreddy.com having lot of qtp script examples and documents.
from that site anybody can learn qtp.
he is also providing Public training at hi-Tech City in
Hyderabad.
Mr. G C Reddy has sound knowledge in:
Descriptive Programming
Vb Script
Web scripting
Excel scripting
GUI Scripting
and Designing and Implementation of Automation Framework
Is This Answer Correct ? | 74 Yes | 10 No |
Post New Answer View All Answers
How many types of recording facility are available in quicktest professional (qtp)?
Where can I find and view run-time data table?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
What is an object repository?
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How you create new action in qtp?
What is expert view and keyword view?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
What are the views available in quicktest professional (qtp)?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
Hi ,Can any one pleas explain how to test splash objects using QTP?
What is the difference between a Function and Procedure in QTP?
how to test Web application using QTP software