What is the first query u encounter to test a database..?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
The first step is to test whether the connection to the
database is successfully established or not and select
query to check whether all the data available in DB.
K,Byeee..
Thanks & Regards
B.Ramyasri.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / naresh reddy k
After successfully connecting to Data base:
the first query would be SELECT * FROM TABLE(Name given to
table)
| Is This Answer Correct ? | 0 Yes | 1 No |
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
can u plz give an example for regression testing with example.
Is testing just sampling???
what is mean by computer standards,with ex?
How would u test and automate an Antivirus application ?
How can u know IP Address of a computer?
1.exactly when we go for regression testing?why? 2.what is compatibility testing?what defect u found while testing give example? 3.how many test cases you write and execute per day?
What report u generate after completing testing?
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.
What are the different types of integration testing?
Example of high severity and low priority bug
is smoke and sanity testing is same? Please clear this doubt.