what is database check point, how will you parameterize the
database from seperate data table?

Answer Posted / abhiram patil

A database check point is a condition that we give in query
to find perticular record(e.g. select * from emp where
empid=1024)here empid=1024 is database check point

Is This Answer Correct ?    1 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?

1484


How to use parameterization in qtp?

614


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

560


What is different command used in command Prompt while using QTP?

1735


What are the different recording modes?

554






I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that

1387


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

2565


Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?

1679


In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?

1498


Name the different types of recording modes?

568


i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji

1567


Explain different types of checkpoints?

552


How you can replace string in qtp?

568


How can I change object description or check point values in qtp?

549


How to get popup error message.

1023