Nov 17, 2021
Oct 22, 2021
Javascript Array
One place to brushup the Javascript Array
Array class is a global object that is used in the construction of arrays; which are high-level, list-like objects.Sep 9, 2021
Top 10 BASIC SQL Concepts useful for Database Testing
Top 10 BASIC SQL Concepts useful for Database Testing
1. SELECT and FROM: This is the “heart” of any SQL query - SELECT columns FROM table.
2. WHERE: This acts as a filter and allows you to select only relevant rows based on conditions.
3. GROUP BY: This helps you aggregate the data by grouping columns.
4. AVG/SUM/MAX/MIN: These are aggregate functions that help you summarise the data.
5. COUNT and DISTINCT: Count helps you find the number of entries and Distinct helps you find unique entries.
6. CASE WHEN: This is a very useful way to create a new derived field or perform complex aggregate operations.
7. JOIN: Join helps you combine data from different tables using join conditions. Please get familiar with inner and left/right/full outer joins.
8. UNION: Union and Union All help you to combine data from multiple tables with similar structure.
9. WINDOW FUNCTION: Allow you to perform calculations across a set of rows.
10. CTE and SUBQUERY: They help you create more complex queries by combining smaller queries.
Aug 22, 2021
TESTING IS LIKE COOKING
TESTING IS LIKE COOKING
- there exist different cuisines
- some dishes are famous only in certain areas
- some dishes need more time to cook, some can be done in minutes
- the correct proportion of salt is a must thing in every dish that we cook
- the foremost important thing to be checked for is the rice variety that you choose for preparing the Briyani. Briyani goes best with Basmati Rice, many out there would agree with me.
- another fact is you need a proper place to cook the Biryani.
- there's also an important point of the rice to be cooked only 80 percent before giving it a dum.
- there's also a need for a proper vessel to cook the Biryani, so it requires a wide thick bottom vessel.
- not all bugs are the same there exist different varieties of bugs. What kind do you want to find?
- you can’t find a bug everywhere. Where are you looking for bugs?
- some bugs only exist at particular times. Are you looking at the right time?
- some bugs won’t reveal their presence unless you provide the right stimulus. Are you using the right tools and data for the job?
- What would be the bait in this case? Does the application read data in from the command line? A file? A database? A network?
- What would be the equipment? What tools will you use to assist in finding this bug?
- Where would an ideal location be? Where would you expect to find this type of bug? At the application’s entry (such as initially reading a file), or deeper in the code (arguments passed between functions)? The approach would be different depending on where you’re cooking :-)
- When would you expect to find these issues? Is there a particular time you might find a crash? Does your application behave differently at certain times of day, or when certain other events are happening?
Jun 20, 2021
ISTQB - CTFL Guide
Someone rightly said "Learning is a never-ending process", for the past few months got busy with my ISTQB-CTFL Certification preparation, a long time to do the task. With 3 months of continuous study and preparation happy to share that I cleared the exam and now can proudly say that I'm a Certified Testers 😊
1. Know about ISTQB Certification
Software testing certification demonstrates your knowledge and skill. The leading software testing standard is ISTQB software testing certification. That’s why ISTQB software testing certification is used in more than 100 countries making it by far the #1 software testing certification in the world.
Before we start let's check out the steps towards this ISTQB certification 😊
5 Steps to ISTQB Certification:
Start by learning about ISTQB Foundation Level Certification.
Then study for the ISTQB exam using the free ISTQB syllabus, sample exam questions & answers, and glossary of software testing terms. Or you can choose taking an accredited (proven) software testing training course.
Next, register for your exam through ISTQB exam provider.
Finally, pass the exam. Excellent! Once you clear the exam you will be added to the ISTQB successful candidate registry. You can now proudly display your software testing certificate and include your certification on your resume, stating that you are on the official ISTQB Certified Software Tester.
Keep moving up. Look at the Software Testing Career Path to see where you should take your career.

