Posts

Showing posts from May, 2017

Daily Learning - Day 44

Image
Date: 17th May 2017 Topic: Notepad++ - Day 02 Follow Hashtag: #SKC100DaysofLearning Usually, When i open server logs with Huge data, as mentioned in Day 38 http://testingeduindia.blogspot.in/2017/05/daily-learning-38.html It was becoming hard to delete the irrelevant data for each line.  Then, I thought there would be some one who would have similar thought and problem. Finally, got the answer. There is a new feature in Notepad++ Feature: Column Mode Editing Using either of the options. Alt+Mouse Dragging Alt + Shift + Arrow Keys https://notepad-plus-plus.org/features/column-mode-editing.html

Daily Learning - Day 43

Image
Date: 16th May 2017 Topic: Accessibility Testing - Day 02 Follow Hashtag: #SKC100DaysofLearning Taking part of #60DaysofTesting – Accessibility Testing, started with each topic to explore and learn. Below are the topics I learnt today... Finding out different accessibility testing tools, which can assist in testing. Wave tool targets for one page at a time. Chrome extensions : Deque Systems – aXe https://chrome.google.com/webstore/detail/axe/lhdoppojpmngadmnindnejefpokejbdd aXe – provides similar information, what wave provided with more info. Ø   Issue Type Ø   User Impact Ø   Disabilities Affected Ø   Rules Ø   How to Fix Ø   Success Criteria Ø   What to avoid in design implementation Practice: Use the aXe Tool and Go to your project/website and see what problems are discovered and Read details of More info, to understand each problem.

Daily Learning - Day 42

Image
Date: 15th May 2017 Topic: Programming with Java – Day 01 Follow Hashtag: #SKC100DaysofLearning Taking part of #90DaysofProgramming - with Java Learning, started with each topic to explore and learn. Why Learning Programming with Java? There are many reasons behind it. Below are the topics I learnt today... Downloading and Installing the Java with latest version http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Configuring the Environment Variables and System Variables to Java Path https://www.scribd.com/document/13161906/Java-Lab-Manual-With-Java-Installation-Guide Installation of Eclipse on Windows OS http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neon3 What is Java? Is it a Programming Language or Platform?                         http://www.oracle.com/technetwork/topics/newtojava/overview/index.html

Daily Learning - Day 41

Image
Date: 14th May 2017 Topic: Accessibility Testing - Day 01 Follow Hashtag: #SKC100DaysofLearning ·      As I am taking part of  #60DaysofTesting – Accessibility Testing  Program, started with each topic to explore and learn. ·     This is very new field and I have never participated in my testing career. I am taking help from most of the resources available to learn. ·     But Yes, I read Accessibility testing is very important in United States, especially for Government websites.  ·     If the websites does not follow the guidelines and build a website, they may get sued from law-suit. Why Learning about Accessibility Testing? n   Simple Reason, WEB IS FOR EVERYONE. n   Another, There is one project at work where it needs to meet W3C Accessibility Guidelines. So, I can try out when I get time. Below are the topics I learnt today... Different diversity of Disabilities Types of People : Normative and Non-Normative (calling instead of D

Daily Learning - Day 40

Image
Date: 13th May 2017 Topic: Notepad++ - Day 01 Follow Hashtag: #SKC100DaysofLearning A New thing i experimented on 11th May, at work with help of stack overflow. Not part of actual work task. But tried to enhance my job (adding extra hours to my work). ==== More Details... There was a new thing, learnt that from Server Logs - we can get to know if any exceptions or errors tracked while performing any action. So took help and downloaded the server log.  Download the Server Log Open the server log in Notepad++ If you see any exceptions - CTRL+F: Find for "Exception" in current document You may get (7 hits) Copy the hits to another file. Remove till FileNotFoundException: DOCUMENTS/ Then you will see only PDF Names Sheet1.pdf Sheet2.pdf Sheet3.pdf Sheet4.pdf Sheet5.pdf Sheet6.pdf Sheet7.pdf Next, If you have a database access / you can work with dev team where you can query against the table to find the documents to which they are assigned. Bu

What's done in the month of Mar-Apr 2017

Image
This is second post in Series "What's done in the Month".There were few up's and down's in life (as usual) , But i have managed to learn what was planned & Unplanned. Follow Recent Updates on Hashtag: #SKC100DaysofLearning I contacted a person to mentor me and help in my study plan. Thankfully, he agreed and there were hours of discussions. This time I wanted to be faithful and trust his time. I learnt this is more important for a Mentee - Mentor relationship. To Start with, I have started using "Time Tracker - Toggl" (April 1 - April 28) "Without learning, the wise become foolish; by learning, the foolish become wise." Self-Paced Course 1: HTML Fundamentals I did this course on PluralSight in the Month of April 2017. The Course was done to learn HTML, so i can use it in my future learning plans. Self-Paced Course 2: What Every Developer Must Know About HTTPS Again, This was the recent course by Troy Hunt on Plu