what is keyword driven testing in qtp?n how is it useful?
No Answer is Posted For this Question
Be the First to Post Answer
What does it mean when a check point is in red color? What do you do?
what testplan contents and what test strategy contents,what is the diff b/w them
How do u write script in qtp? where do u write?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
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 is the difference between Accessibility Checkpoint and Bitmap Checkpoint in QTP? Note: I have read it in QTP help but i dont want answer from that.......
How to use transactions in qtp?
what is tool interface?
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT
How to record & run on Japanese language application using english version of QTP ???