All About Testing All About Testing

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.

Tuesday, 6 February 2018

Interview Question of Harman 2 to 5 year for automation testing profile

1 Write a program to count the number of duplicate character in a String "HarmanConnecting".

2 What is Singleton class?with Example?

3 What is Exception handling in java?Write syntax?

4 How to use Constructor in the interface?How to created Object for interface

5 Difference between super keyword and super calling?

Difference between JDK, JRE, and JIT

Write a program for screenShot?

Difference between implicit wait and explicit wait.

9 Syntax to execute javascript code in selenium

10 Can we have multiple public classes in java source code?

11 How to perform ctrl+Tab key selenium?

12 Default value of boolean keyword?

13 How many String Objects are created?

1 String s1=" I am java Expert"
2 String s2="i am C expert".
3 String s3="I am java Expert".

14 Explain Access Modifiers 

15 What is difference between findElements and findElements()?

16 What is the difference between close () and quit() in selenium?

17 Difference between driver.get() and driver.navigate().to()?

Thursday, 1 February 2018

Interview Question Of Thomson Reuters Company

Automation Testing(Java and Selenium )Profile for 2-year Experience Interview Question Of Thomson Reuters Company

Round(TECHINCAL)

1. Tell me about your self

2. What is polymorphism?

3. Write a code of RunTime Polymorphism?

4. Write a code of reverse no 123456 out should be 654321

5. Write a code of palindrome of "madam"

6. Write a code of read data from excel sheet it should be dynamic?

7. Print all dropdown list in selenium.

Round(TECHINCAL)

1 Tell me about your self

2 What is Abstract Class?

3 Write real-time Implementation of Interface with Abstract Class

5 Write a code of read data from excel sheet it should be dynamic

6 How to add value in ArrayList?

7 How to remove the value in ArrayList?

Round(TECHINCAL+ManagerialRound)

1 Tell me about your self?

2 Explain Collection Architecture 

3 Find max no of 98745??

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

Thursday, 21 December 2017

Job opening for SR .QA Automation Selenium Web Driver role in.(Product Based Company)in Mumbai Airoli.

Position/Title Senior QA Analyst - Automation
Job Location Airoli, Navi Mumbai, India
Years of Experience Required 6 Years
Required Educational Qualifications B.E. / B.Tech/ MCA/ M.Sc.
Primary Skill (Must):
Qualification: B.E. / B.Tech/ MCA/ M.Sc.
Job Description
 4+ years of experience in automation or Development using core Java
 2+ Years of experience in manual testing and understanding of QA Process
 Good Experience in selenium web driver, Rest/Soap Web services testing
 Good Experience in Setting-up test suites on CI Servers(Bamboo/Jenkins)
 Must have hands-on experience on Database Preferably SQL
 Must possess fundamental knowledge of QA processes and Policies
 Must have worked on at least one of the Defect Management Tools such as (QC, TFS, etc.)
Written and Verbal Communication is must
Secondary Skills (Preferred):
 Exposure to Cross Browser Testing using tools’
Exposure to Security Testing
 Understanding of Load & Performance testing tools such as Neo Load, Load Runner, Silk, etc.
 Exposure to Mobile Testing
 Good to have Testing Certification (ISTQB, CSTE etc.)
 Should have worked in agile environment

Behavioral Skills:
 Good analytical and problem-solving skills
 Ability to work in a dynamic environment
 Strong focus on quality standards and code performance
 Have the ability to work and consult with colleagues as well as individually
Role Description (Roles & Responsibilities):
He/she would be responsible for creating scripts for Functional test cases
 Candidate should have thorough understanding of Java and have hands-on in Java coding
 Candidate should have exposure to automation tool Selenium
 Candidate would be responsible for Functional Testing for a Product
 Candidate should be able to define the Test Plans and Specifications for the product release
 Candidate should be able to work independently with minimal or no supervision
 Candidate should be able to interact with External and Internal Stakeholders and communicate effectively with both On Shore and Of Shore team

If you seem to be interested please do share your word format resume along with below Salary details.
Total Exp- 
Rel Exp in Selenium Web driver- 
Current CTC- 
Exp CTC
Notice Period-
Open for Mumbai Airoli Location- 
Education- 
Reason for Re-location- a better job. 
Current Location-
Thanks and Regards
Shweta
Pyramid IT Consulting Pvt. Ltd.
Office : +91 0120 . 3883400