i want to learn testing tools what i have to know before.iam
fresher i dnt know any this..which langagues i have to before
testing.
Answers were Sorted based on User's Feedback
Answer / subbu bhogireddy
First u need to know about what is software testing basics
then only u will get some idea.Try to Vb script also .it is
very useful for writing scripts(Automation testing)
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rajesh
First you should have basic knowledge in 'C' language. Then you can easily adapt Automation Testing(QTP).
| Is This Answer Correct ? | 1 Yes | 5 No |
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 to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Is it possible to call from one action to another action in qtp?
What is qtpro?
wht is the difference betn check point and output value?
What is the use of Accessibility check point?
what is runmodes in QTP
Which property will you use to check the object state? (Exist)
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
A web page title might be xxxx@xyz.com or xxxy@xxx.co or xyz@abc.in.Using what mandatory properties can be the page identified.Give the regular expression for that.
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
What is iteration? How it is related to Test Results in QTP
3 Answers Virinchi Technologies,