Latest Answer: We can use connection object class to establish connection to the specified
DB during runtime
set ConObj=CreateObject("ADODB.Connection")
ConObj.Open"Provider = Provider Name"
For MS-Access the provider name is
ConObj.Open"Provider ...
How a trigger can help in improving performance? How many types of triggers are there and What do they do?
Latest Answer: While deploying the code on the QA server and preparing the new build, its the 'job of Configuration Manager is to provide all the deployment details and DB details to the Team leader of Dev team and Team leader of testing team to send across all the ...
How can we test the correctness of data in our report with database(oracle) in our application when user do not have any knowledge about database testing or sql queries?
( For e.g You have databases Oracle, Sql Server 2000 etc and one of the table (columns) is unique in both the databases)?
Latest Answer: Good Question! Normally one doesn't keep in mind that the documentation guidelines for database testing should be more and more detailed. - The tester should know how to log on to the database (The Credentials)- The tester should know which tables ...
How to test Back end testing for web portal application? What all the main things must be consider?Pls give detail documents?Database testing or Backend Testing is same
Latest Answer: Database testing and backend testing are same.In this type of testing testers need to have the knowledge on front end application and the backend database schema.When the field values are inserted through the front end then the related tables mentioned ...
This is regarding security of a Database ...How can i test the security of a DB written using Stored Procedures....1.Can I do SQl Injection attacks..If notwhat else are the methods
View page << Previous 1 [2] 3 4 5 Next >>

Go Top