Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Name:…Phạm Thị Bích Lộc…………………..

Class:………21.09.2022….

Tel:..........0901832514...........

1.What is beta testing?

A. Testing performed by potential customers at the developers location.


B. Testing performed by potential customers at their own locations.
C. Testing performed by product developers at the customer's location.
D. Testing performed by product developers at their own locations.

2. Given the following specification, which of the following values for age are in the SAME equivalence
partition?
If you are less than 18, you are too young to be insured. Between 18 and 30 inclusive, you will receive a
20% discount. Anyone over 30 is not eligible for a discount.
A. 17, 18, 19.
B. 29, 30, 31.
C. 18, 29, 30.
D. 17, 29, 31.
3. One of the fields on a form contains a text box, which accepts alphabets in lower or upper case.
Identify the invalid Equivalance class value.
A. CLASS
B. cLASS
C. Class
D. CLa01ss
4. Which test technique is based on requirements specifications?
A. White-box technique 
B. Component testing 
C. Black-box technique 
D. Unit Testing
5. Non-functional system testing includes:
A. Testing to see where the system does not function properly
B. Testing quality attributes of the system including performance and usability 
C. Testing a system feature using only the software required for that function 
D. Testing for functions that should not exist
6. How do you sort the data of column in a ascending order ?
a. SELECT Colum1 FROM Table_Name ORDER BY Colum1 ASCE
b. SELECT Colum1 FROM Table_Name ORDER BY Colum1 DESC
c. SELECT Colum1 FROM Table_Name ORDER BY Colum1 ASC
d. SELECT Colum1 FROM Table_Name ORDER BY Colum1 DESCE
7.How do you insert Peter into the Lastnamecolum in Person table?
a. INSERT INTO Person (Lastname) VALUES (‘Peter’).
b. INSERT INTO VALUES (‘Peter’) Person (Lastname).
c. INSERT INTO Person VALUES (‘Perter’)
d. INSERT Person (Lastname) INTO (‘Peter’).

8.How do you add a column to a table?


a. ALTER TABLE Department ADD (AGE, NUMBER);
b. EDIT TABLE Department ADD (AGE, NUMBER);
c. DROP TABLE Department ADD (AGE, NUMBER);
d. DELETE TABLE Department ADD (AGE, NUMBER);

9.How do you select all records from the table?


a. SELECT total FROM Table_Name
b. SELECT all FROM Table_Name
c. SELECT * FROM Table_Name
d. SELECT Table_Name.Colum1 FROM Table_Name

10. You issue the following query:


SELECT FirstName FROM
StaffList WHERE FirstName Like ‘%A%’
Which names would be returned by this query? Choose all that apply.
a. Allen
b. CLARK
c. JACKSON
d. David
e. All the above

Write testcases for Login form contains:


1. Username textbox.
2. Password textbox.
3. Login button.
12. Can you draw the Defect Life Cycle image?

You might also like