Web Elements, Adhoc Testing & QA History Flashcards
What is adhoc testing?
When software testing in performed without proper planning and documentation. Testing that doesn’t follow a structured plan and is done randomly on an application.
How many test cases do you need to create for Adhoc testing?
You don’t need test cases in this form of testing.
What other names is Adhoc testing know as?
Monkey testing and random testing.
Defects found using Adhoc method are….?
More difficult to reproduce since there where no written test cases.
What is a bug?
What should you attach to a big report?
Text, file and screenshot
What are the most common types of bugs?
Functionality
What is functional testing?
A type of software testing where the system is tested against the functional requirements/specifications. The system is functioning as it should.
What is compatibility testing?
A type of software testing to check if software is capable of running on different hardware, operation systems, applications, network environments, or mobile devices.
What is localization testing?
Testing to determine if the product behaves according to the local culture or setting.
What are typical controls can web pages contain? What are the types of interface elements?
Input controls, navigation components, information components and containers
What are input controls?
Checkboxes, radio buttons, drop down lists, buttons, toggles, test fields and data fields
What are navigation components?
Breadcrumbs, slider, search field, pagination, tags and icons
What are informational components?
Tool tips, icons, progress bar, notification, message boxes and modal windows. 
What is JavaScript?
A scripting language designed to add interactivity to HTML pages. JS is an object oriented computer programming language used to create interactive effects in a web browsers.