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 |
4. What are the three things you like best about the Web site?
which type of testing we r doing at the begining of the project,and what r the next next testing at the application
Hi, I am planning to write ISTQB Advanced level certification (Functional & Technical). Pls help me to find out the material for these certifications and which one to write first(Functional or Technical)
Whatis the need of writing testcases? why don,t test the application without the testcases
What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?
what are the definitions of smoke , sanity and dry run testing ?
how we do system testingf project?
WHAt is diff between test plan and test planning?
What Is Regression Testing?
The primary goal of comparing a user manual with the actual behavior of the running program during system testing is to ?? A.Find bugs in the program B.Check the technical accuracy of the document C.Ensure the ease of use of the document D.Ensure that the program is the latest version
Is Quality centre(QC) is bug(Defect) tracking tool
I have tested ecommerce site, but when i search for any product Or access any page, some time i found it missed the values from my URL..EXAMPLE : we take this URL "http://www.allinterview.com/forms/questionform.php" This is the actual URL & it is ok but when i test it displays like "http://www.allinterview.com//questionform.php" NOTE : In above URL "forums" is missing.. I dont know why this happens as i have checked all the code & tested again & again but it dont know the reason. HELP ME plz... Thank you