January 2018 - All About Testing January 2018

What is the recipe for successful achievement?

To my mind there are just four essential ingredients: Choose a career you love, give it the best there is in you, seize your opportunities, and be a member of the team.

“All our dreams can come true, if we have the courage to pursue them.”

“I’m a great believer in luck, and I find the harder I work, the more I have of it.”

Success unshared is failure.

To make our way, we must have firm resolve, persistence, tenacity. We must gear ourselves to work hard all the way. We can never let up.

"Everyone you will ever meet knows something you don't."

he fact that I can plant a seed and it becomes a flower, share a bit of knowledge and it becomes another's, smile at someone and receive a smile in return, are to me continual spiritual exercises.

The secret of success is to do the common things uncommonly well.

Good things come to people who wait, but better things come to those who go out and get them.

Wednesday 31 January 2018

Mobile Application Testing Interview Questions

1 What is the difference between mobile application testing and just mobile testing?
Ans - Mobile app testing suggests testing an application on hand-held devices and differs from mobile testing in that it focuses on features and functionality of the tested application only while the other closely focuses on mobile devices’ native application features like SMS, Call, Media Player, etc.
2 Can you remember the names of different versions of Android OS?
Ans - Of course, you can. Here they are 1.5 Cupcake, 1.6 Donut, 2.0 Eclair, 2.2 Froyo, 2.3 Gingerbread, 3.0 Honeycomb, 4.0 Ice Cream Sandwich, 4.1 Jelly Bean, 4.4 Kit Kat.
You may want to know more about the latest one when answering this question. Among the features of Android 4.4 released in October 2013 are:
Dialer Search helping in searching a nearby thing by the phone number
Wireless printing capability
Hangouts SMS Integration
Downloads app redesign
Location featured in Quick Settings
Seeking music and movie from the lock screen

3 Do you know which tools are used on Android for capturing app logs?
Ans - ‘Monitor.bat’ file under Android SDK’s ‘Tools’ folder can be used to see the log, select or save it. ALogCat, a free tool for getting logs featured on Google Play, is another option.
4 What major criteria should be taken into consideration while doing end-to-end mobile testing?
Ans - The first areas of your attention, in this case, should be installed, the first-time launch without network, app’s uninstallation, its orientation if supported, and testing app performance using different devices with different network scenarios. Further, you may want to test how the app is responding in case of entering invalid user credentials and attempting to change those after installation. If the app is to access the network, it is important to see that logs generating during this contain sensitive information in encrypted form only.
5 What mobile application types do you know?
Ans - We can distinguish three broad types of mobile apps:
Native apps are those specifically developed for a certain platform, directly installed on the device and taking the advantage of all its features such as the camera, GPS, compass, etc. These apps utilize the native notification system of the device and work offline well.
Web apps on mobiles are web portals designed and hosted for mobile devices. To access these, URLs are used in mobile browsers.
Hybrid apps can be viewed as web apps built in native apps. They are written using web technologies like CSS, JavaScript, and HTML. They run inside the native container while leveraging the browser engine of a device to render HTML and process JavaScript locally. Such apps are not tied to particular mobile devices or platforms and can work on any.

6 How could one test patches and defect fixes for an app in production?
Ans - Since regression testing of the whole product cannot be effectively done in a short time, it makes sense to regression-test the relative module and focus mainly on the area related to bug fixes and, additionally, to do sanity testing on the rest of modules on the high priority devices.
7 What tools can be used for debugging?
Ans - Generally, to learn the cause of an issue where some failure is occurring logs are used. This can be done by means of iPhone Configuration Utility on iOS and Android Monitor.bat on Android. With log provided from these tools, it will be easy for developers to tell the cause.
8 What mobile automation testing tools do you know?
Ans - The means of automation are usually chosen subjectively depending on project needs and application type. Among good paid automation tools available today are Ranorex, Silk Mobile, SeeTest, etc. There are also worthy free tools like Appium, Robotium, KIF, Calabash, etc., but using these requires certain coding skills such as Java or Ruby.
9 What is it you can do with a real device that you cannot do with emulators?
Ans - Testing on real devices has a number of advantages over emulators. Only using real devices you can test such interrupts as messages, phone calls, battery drain, low battery scenarios, memory card mount and unmount scenarios, Bluetooth, and actual app performance as a whole.
10 How can you learn about the app’s CPU usage and its memory utilization?

Tuesday 9 January 2018

Delloitte - Software Testing Interview Questions

1. How do you decide which test cases to automate? 

2. Tell me the test case for atm - debit card transactions 

3. What exactly Webdriver drives? 

4. When you login to banking application which test case do you automate?  Why don't you automate transaction test cases as you said you automate only login test case 

5. Tell me about defect life cycle. 

6. Tell me about your project. 

7. What are entry criteria for start testing? What is exit criteria for testing? 

8. Do you mark test cases as passed or failed in QC?
 
9.Where do you execute your test case? 


10. Explain the Automation Framework architecture. 

11. What is priority and severity? Who decides to give priority? 

12. In current project what's your role?  Manual or Automation or both? 

13. What are the details ou give while logging a defect? 

Ans: severity, detected by, assigned to, description, artifacts like screenshots. 

14. What is Maven

15. Who will give priority? Does priority affect application? 

Ans: Not always.  

16. When we do Regression Testing? 

17. When do you do smoke testing? 

18. Give me the minimal test scenario for a text field with a range of 0-100 digits range? 

Ans: Boundary Value Analysis. 

19. Do you know SQL?  Tell me about types of joins. 

20. What is an inner join? 

21. When we use having clause? 

22. How do you setup eclipse? 

23. What does POM class have?  What is it's uses? 

24. What does POM? xml contains? 

25.How to read data from an excel? Write the code

26. What are HSSF and XSSF?  When do you use them w.r.t xlsx and xlx 

27. How do you read more rows in excel?

28. What is the jar file used to get data from Excel 

29. How do you set path for Chrome, Firefox and IE  driver