What is exploratory testing and specification-driven testing?
No Answer is Posted For this Question
Be the First to Post Answer
what we have to do in white box testing what will be checked in it and how much its necessary for white box tester to be a good programmer too
What is cyclomatic complexity?
write a test case on web login and bank application and client server
who will give priority and severity for testcases?
how web logic reacts with front-end and back-end application
Tell me some key points to consider while writing a bug report.
My friend bought a test management system just recently after comparing a lot of products. But its performance was not quite up to the mark. Please suggest a good one that is worth the money.
Write down the differences between the responsibilities of qa and programmers?
What is quality control?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
Is the functional testing is a part of System testing. Are they same.
hi, they have given 2 tables to write quries in SQL SERVER 2000 based on table as follows . 1st table :author: COLUMNS AS FOLLOWS pk. AUTHOR F_NAME DOB NATIONALITY 2ND TABLE BOOKS: COLUMNS AS FOLLOWS; PK ISDN F.K AUTHOR LANGUAGE PUBLISH_DATE; 1) RETRIVE author who is indian and hindi write in a) as joins b) sub quries 2)retrive who is younger author ; 3)retrive author who wrote more than one book in different language. 4)retrive author who has wrote in different language in each year write all queries in sql for sql server