Interview Question for Testing / Quality Assurances


Country: United States
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
3
of 3 vote

We can structure testing Bing Search:
1. BVT
2. UI Testing
3. Functional Tesitng
a) Data correctness
b) Advanced search option
c) Search based on locale
d) Modify search tools such as filter etc
e) Offline mode
4. Usability Testing
5. Load and Stress
6. Search content relevance testing based on keyword search and result shown

On this pattern you can easily start writing test cases such as:
1. Test home page content and cursor is at the text box to let you start typing.
2. If a keyword is searched make sure result displayed on the top links, should have those keyword on their webpages, verify by visiting the links to make sure it works
3. Search a keyword with 'I am feeling lucky' and make sure the content is most relevant.
4. Test max and min length of search text box
5. When you search, just type few words with incorrect spelling or incomplete word, verify that it gives you a suggestion. Validate suggestion link redirects you with result of correct keyword search.

And so on...

- Mukhtar Ahmed June 10, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Very good answer! +1 point.
Besides, for the first test case, it should include tests for the categories, images and links on the homepage.
Then, in the search result test, it should include tests for categories and time filters.

- jeevanhu July 29, 2013 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Order in which result are displayed should be tested.... i.e. page ranking logic

- Vikas September 21, 2013 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 vote

1. Check search text box is active & cursor is present on it.
2.Check search button is present or not.
3.After entering string it dispalys correct result
4.check maximum length or minimum length of search string
5.search with incorrect spellings
6.after entering string is should display different suggestions

- s.chaudhari84 October 16, 2013 | Flag Reply


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More