Responsive Web Design? Any unique test strategy to be followed for Responsive Web Design Testing? I got these questions when I heard about RWD, result of my homework is below the mindmap.
Responsive Web Design? Any unique test strategy to be followed for Responsive Web Design Testing? I got these questions when I heard about RWD, result of my homework is below the mindmap.
HTTP Status Codes? If we ever worked on an application which implemented on APIs or Webservices or Microservices not only knows HTTP Status Codes, might aware of few status codes like 200 or 401 or 500 likewise I am also familiar with these codes. A recent conversation with one of my colleague on these HTTP statuses Codes triggered me to explore various types of status codes and got curious why we are validating few status codes as part of testing. Before deep-diving into the rest of the HTTP status codes implementation, I thought of knowing available status codes that resulted below the mindmap.
What next? Explore how other status codes being implemented.
ETL Testing...we all know its full form is Extract Transform Load. Unlike traditional testing or backend/database testing ETL testing to be done with a different test approach. Though I have done combination backend, database and ETL testing in past I did not deep dive into ETL testing until I was asked to explain how I would do ETL testing. Since then I am spending time unlearn-learn...came across the site Datagaps...though there are many sources to learn have started going through this site and taking notes. Made an attempt to represent the notes in mind-map for easy reference.
Recently I came across a situation where I need to find whether a particular column has an integer value or varchar...there could be many ways to find the outcome however found the below query which is very simple.
Let us say we have a table called EMPLOYEE and ID is a varchar column, I need to find records which as integer or char.
SELECT * FROM EMPLOYEE
WHERE ID LIKE '%[^0-9]%' -- Looks for 0-9
OR ID LIKE '_%-%' -- Looks for the '-' other than 1st position.
If you ever come across a situation wherein you have to quickly modify the list of things in the SQL query...probably either you would have copied that text into excel added some formula to get the desired format. Instead, we can use this little trick in the SQL Query window itself...
Hold ALT and mouse left click...you will notice vertical line '|' each string like below after that we can add the same character before or after the vertical line.
Hope it helps
#TestFlix - Nov - 2020 Binge-watch.
I really want to thank/congratulate all the speakers, especially the speakers who did this for the first time. It's really great that you guys shared the platform with TestingGuru's/Legends.
Though I missed the beginning due to technical glitches at my end, I am sure it would have been a fabulous beginning with #AshokThiruvengadam. Once I started watching TestFlix momentum continued till the last session it's by #AjayBalamurugadas. I planned to binge-watch the entire #TestFlix season however, I could not watch as my daughter came around 4:30 AM wondering what I am doing. I had to take a couple of hours break to continue...
Though '8' minutes look easy, people who binge-watched defiantly agree with me it's defiantly challenging to demonstrate the concept in 8 minutes. I am sure The Test Tribe community would have spent many hours conducting such a big event, just for the community.
Thank you again for the wonderful event, looking forward to similar events in the future. I will take TheTestTribe community help to become a speaker in the next event.
TEXTFLIX2020: TEXTFLIX2020