Who is the best faculty for QTP in Hyderabad? Is it Mr.
G.C.Reddy, some are referring his name?
Answer Posted / prabhakar murthy
g c reddi is the best trainer for QTP, most of the
faculties in hyderabad teach user friendly content, but g c
reddi teaches industry oriented content.
he has launched a web site
www.gcreddy.com for QTP Scripts, it is a very good
resource to learn scripting concepts.
| Is This Answer Correct ? | 43 Yes | 10 No |
Post New Answer View All Answers
Brief the process of testing with UFT?
what is the latest version of QTP? Main difference between 9.2 and 10 version
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
Explain how you can replace string in qtp?
What is the use of Debug Viewer?
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
whow much strong on VB and C?
when a test case is written how u test using qtp
Is text area check point supports for web applications?
Is it possible to change the property value at runtime? How it is possible?
What is the difference between the keyword view and expert view?
What is qtpro? What is quick test pro? What is a quick test professional?
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
How many types of status are there?
Name the properties you would use for identifying a browser and page when using descriptive programming?