What are the things the tests ensure?
No Answer is Posted For this Question
Be the First to Post Answer
Is the functional testing is a part of System testing. Are they same.
hi, my qusetion is that plz send me the complete testplan and test cases of any web application with testing too so i have an idea bcz i have no any experience in it
What types of documents would you need for QA, QC, and Testing?
Suppose the company is not an ISO certified company, but is there is any possiblity for to get CMM level-5 ? If yes what r the process to be taken?
Explain what is a cause effect graph?
Any quality test-tracking tool which has live & automated dashboards so that the entire team is updated at any given point of time?
what is the difference between RDBMS and DBMS
What is a test strategy and what does it include?
What are the benefits of destructive testing?
How the deployment phase of SDLC differs in product based company and in service based company ?
What is the difference between the test plan and test strategy
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