How to find which Database is connected to an application while testing the application?

Showing Answers 1 - 2 of 2 Answers

PhaniKumar

  • Jun 5th, 2007
 

Hi

Before you go for testing any application, you should get/have all the details:

1. DB name pointed to
2. Tables
3. Stored procedures(if any)
4. which environment testing to conduct. i.e., QA/Pre-prod. The server name or IP adress.

etc.

Regards,
PhaniKumar

  Was this answer useful?  Yes

deepak

  • Aug 18th, 2007
 

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 details. Or the appropriate way is to provide the details in the Test Management Tool with the deployment details of the build.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions