How to test a dts package created for data insert update and delete? What should be considered in the above case while testing it?
How do you test whether a database in updated when information is entered in the front end?
What we normally check for the database testing?
Without using database checkpoints, how you test a sql query in qtp?
Define join and name different type of joins?
What is ddl and what are their commands?
What is the syntax to add record to a table?
What is performance testing and the bottlenecks of it?
How we can avoid duplicating records in a query?
How to test database in manually? Explain with an example?
What is database testing and what we test in database testing?
What are the steps need to be taken while testing stored procedures?
Why database testing is important?
How do you test whether the database is updated as and when an information are added in the front end?give me an example?
How to use sql queries in winrunner/qtp?