i have 2 text boxes first is you have to enter the name of
person(enter first name and last name) and second is enter
the company name
and below there is a submit button when i enter first name
and last name and the company name it displays his linkedIN
account that is name of the person
and company details he is working can you tell me test case
for this ? i will give the sketch of this question
first name last name company
1
2
3
4
submit
Answer / mudaseer
first enter first name as sunil and last name as kumar and enter company as hcl and click on submit it should display the result of sunil kumar working in hcl (the details of his job)
or if there is no person as sunil kumar working in hcl it should display no results
if i don't enter first name and last name but only enter hcl
and click on submit it should display the employees of hcl
enter first name as sunil and last name as kumar and dont enter the company name it should display the name of sunil kumar and the companies they work (because there can be more than one sunil kumar)
dont enter anything in first name and last name and company
name and click on submit it should display please enter the
first name and last name and the company name
| Is This Answer Correct ? | 12 Yes | 0 No |
From what phase of project, testing will starts, what tester will do at starting stage?
What is the good qualities of test enginner
diffrence between defect and bug life cycle
HOw to give special characters to password
Phases of Software Testing Life Cycle?
How we can explain a bug which may arrive at the time of testing? Explain that bug in details?
what is meant by exhaustive testing?
what is the output of the query select * from emp where 1=2
what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?
How to do Performance Testing manually for a Flash Application?
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
what is meant by defect tracking?