who is the best faculty in Hyderabad for QTP?
Answer Posted / ram prakash
I am Ram Praksh, learned Testing Tools course from one of
the Institute at S.R.Nagar, I didn't get job and I shifted
to my family business after some months one of my friend
advised me to take QTP training from Mr. G C Reddy.
I joined Mr.G C Reddy class and realized that what I learned
before, all are basic concepts but g c reddy gave me the
Real time orientation concepts and approach
Now I got the job what I expected, and also my confidence
also increased. I can get job anywhere in the world, because
I have learned global concepts and good programming logic
from g c.
I am suggesting you, first learn QTP tool fundamentals &
features from anyone Ameerpet/SR Nagar institute,then you
learn from g c reddy, diffidently you can get JOB.
| Is This Answer Correct ? | 80 Yes | 10 No |
Post New Answer View All Answers
how to convert 100 into hundred repees only and viceversa
How is test case write?
Hi Friends, Can anyone help me out in this one? In QTP, I am using Data Driver and want to parameterise multiple values (say 3 values ) for a field. How can I do it using Data Driver wizard? Plz mention it step-by-step. In the end after doing the needful, on opening the Data Driver window, how can I get number (i.e. 3) in the Parameterised column for that particualr value? Thanks a lot in advance.
Hi Friendss..., can any body help me.. 1. Tell me your achievements(Technically)..? 2. Tell me your strengths(Technically) and weakness(Technical)..? 3. Why are you looking for change..?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
What do you mean by checkpoints in qtp?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
UFT 12.02 which ALM version will support
How do client side image and server side image work?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
How to record application running on the Virtual machine?
What is quick test pro?
Hi,All How to create a link in excel sheet using qtp
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?