Posts

Showing posts from March, 2015

Test cases for android (Memory related and some general scenarios)

Test cases for android app testing: Memory Related Scenarios: 1. Fill up the Full phone memory with other files and data, and then try to install the APP on the phone. Expected Result: The APP should not get installed on the phone and the user should be shown a native warning from the phone OS. 2. Fill up the memory with files and data and leave exactly the same amount of memory required for the installation of the APP. Expected Result: APP should get installed on the phone, but as you launch the APP the phone should refuse as it doesn’t have even 1 KB of extra space that the APP might require to cache some data. 3. Leave only a small amount (5-7 KB) of space for the app to run. While you are in the app and continuously making server calls this memory will also get filled up. Expected Result: The app should give a warning stating low memory. Note: Checking point number 3: Ensure that there is no memory card in the phone. You can fill up the memory using Image files.

Most asked job interview questions and how to answer them

1. Software Testing is more Oriented to Detecting the defects or often equated to finding bugs. Testing is a process of executing a software system to determine whether it matches its specification and executes in its intended environment under controlled conditiions. The controlled conditions should include both normal and abnormal conditions. Testing should intentionally attempt to make things go wrong to determine if things happen when they shouldn't or things don't happen when they should. SQA: -  Software QA involves the entire software development PROCESS - monitoring and improving the process, making sure that any agreed-upon standards and procedures are followed, and ensuring that problems are found and dealt with. It is oriented to 'prevention'. Stop Testing: - Testing is potentially endless. We can not test till all the defects are unearth

List of Android Versions and their Features

Why Android is in Demand as well as Developer’s favorite? Well, it is because of Android is a more compatible OS and customizable too. Let’s get the more with its versions and their features … Android Versions Android is a kind of robot with human appearance. It is an OS based on Linux kernel usually made for touch screens and tablets. It was originated in California U.S. Firstly made by android Inc. and further backed by Google in 2005. It is used widely in now a days, in addition it made Android Developers India and users ease the use of this technology. It also allows to access the data and services to the third party by using Google play store. It came in to the market to rival those windows mobiles and Symbian .There are many versions available in the android and have been found based on  alphabetic manner . The latest versions are shown above. Among all, the newly available version of Android is 4.4 kit Kat. With notice that another one which is newly launched is andr

Types of Software Testing

SMOKE TESTING: Smoke testing originated in the hardware testing practice of turning on a new piece of hardware for the first time and considering it a success if it does not catch fire and smoke. In software industry, smoke testing is a shallow and wide approach whereby all areas of the application without getting into too deep, is tested. A smoke test is scripted, either using a written set of tests or an automated test A Smoke test is designed to touch every part of the application in a cursory way. It’s shallow and wide. Smoke testing is conducted to ensure whether the most crucial functions of a program are working, but not bothering with finer details. (Such as build verification). Smoke testing is normal health check up to a build of an application before taking it to testing in depth. SANITY TESTING: A sanity test is a narrow regression test that focuses on one or a few areas of functionality. Sanity testing is usually narrow and deep. A sanity test is usually

List of MonkeyTalk Component Types:

MonkeyTalk Android IOS Device Device Device Table ListView UITableView View View View ButtonSelector RadioGroup UISegmentedControl Input EditText UITextField Script - - Slider SeekBar UISlider TabBar TabHost UITabBar Vars - - CheckBox CheckBox UISwitch ItemSelector Spinner UIPicker Button Button UIButton DatePicker DatePicker UIDatePicker NumericSelector - - RatingBar Slider RatingBar Scroller Scroller UIScrollView TextArea TextView UITextView ToolBar ActionBar UIToolBar VideoPlayer VideoView MPMoviePlayerController