Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / narayana
g c reddy sir is the only one faculty for QTP in Hyderabad.
So many are there in hyderabad, but all are teaching QTP
basics only, but G C only teaching Advanced concepts.
One draw back is there, gc reddy is charging too much fee
Is This Answer Correct ? | 12 Yes | 14 No |
Post New Answer View All Answers
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
could any help me please, how to work on visual foxpro application using UFT
What are the different types of recovery operation?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Whats the realtime QTP testing process
What is the extension of qtp local repository?
On what document base Descriptive programming is written if build is not yet ready ?
how will load the object during runtime?
Get the count of files of similar types from a folder.
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
what is the difference between modular framework & datadriven framework
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