Saturday, July 11, 2015

Interesting Question in Testing

1. What is UAT?
Ans:
1.The main purpose of this testing is to validate the end to end business flow.
2. It does NOT focus on the cosmetic errors, Spelling mistakes or System testing.
3 This testing is carried out in separate testing environment with production like data setup

2. What is UI Testing?
1.User interface testing, a testing technique used to identify the presence of defects is a product/software under test by using Graphical user interface
2.how user interacts with application, testing application elements like fonts, layouts, button, images, colors etc.
3.Verify All Navigations
4.Check usability Conditions
5.Verify Data Integrity
6.Verify the layout 

3.What is the role of cookies in e-com based testing.
Ans
1. Cookie is used to store information to track different characteristics related to user, while cache is used to make the loading of web pages faster.
2.Cookies stores information such as user preferences
3. Cookies can be used to remember a repeat customer’s log-in information about the user, so that the log-in fields are filled in when the customer returns to the website.
4.Cookies can be used to store data about a user’s navigation patterns, including across multiple visits.
5.Tracking cookies enable merchants to store information about visitors’ browsing habits. Such data allow e-comm website to produce usage statistics. Advertising companies use tracking across websites to produce user profiles, which are then used to determine what advertisements should be shown to the user.

4.Tell how will you start testing if you havn't any requirement document.?
Ans.
1. First of all ,I will gather  information of the application to the business analyst of that project.
2.Then I will communicate with the dev team & gather some information to the devloper.
3. After that I will  prepare the document of that project according of my understanding .
4. I'll get approval over the document  from the high level team member .
5.Now according to the prepared prepared & approved document prepare the test case.
6. Now on the basis of test case will  perform the testing.


No comments:

Post a Comment