Introduction daytoday activities,
Test plan, test starergy difference
Which Test methodlogy do you use- agile,
agile ceremonies
Do you use any test design technique
who all are involved in sprint planning
what is scope of regression test case,
how will you approach regression tests,
write test scenario for an online application that has different shipping price on added items to cart, if its below $100, shipping price is $15, its its above $100 , shipping price is $5 , if its above $300 free shipping
how do you validate in api testing?
which tool you use?
database testing
Two tables:
Customers
(Customer ID, City, email, firstname,lastname)
Orders
(Customer ID,order_date, ordernum)
write a query:
1)To retrive firstname and lastname where city=london
2)To get email where order date is current year
3)To count number of cities and to count each city
4)update city as london for lastname as schmt