Showing posts with the label devopsShow all
Automation Testing of Azure data factory pipelines
Ratings:
Platform:
Windows

What is an azure data factory ? Its an azure service for data ingestion process from varied source system. What to test in azure data factory  or adf ? Monitor and validate its successful completion. Monitor successful exec…

Most useful sql queries
Ratings:
Platform:
Windows

To get rowcount of each table within a particular database along with some other attributes like schema name : SELECT '[' + SCHEMA_NAME(t.schema_id) + '].[' + t.name + ']' AS fulltable_name, SCHEMA_NAM…

Terminologies and Technologies in BigData
Ratings:
Platform:
Windows

Big Data Big Data is one of the most in-demand technology. Startups, big tech vendors, companies big and small are all jumping on the big data craze. The reason being the data amount getting just doubled almost every two years…

What is an API testing ?
Ratings:
Platform:
Windows

How you approach testing an API depends on a lot of things.  Will the API be a public API that will be consumed by some external people/systems, or is it a part of a larger product's infrastructure?  API logically can be…

Test Cases Design and Execution Technique
Ratings:
Platform:
Windows

Software testing has never been as difficult as software development !!! I would prefer not to get into discussing the outlined statement above. Let us focus on something that adds more value to the time we …

Tips for Database Query Optimization
Ratings:
Platform:
Windows

Read queries are frequently very inefficient. Consider writing a stored procedure for complex Read queries. Ensure that the SQL Server instance has ‘Optimize for Ad Hoc’ enabled . This will store a plan stub …

How to estimate the Automation Scripting timelines
Ratings:
Platform:
Windows

I love talking people from the software industry specially those that have crazy definition on the automation in QA process . Let me just outline some of the recent ones that I underwent. Hey Hi Vip how are you doing as an …

TFS - Things as tester one should avoid
Ratings:
Platform:
Windows

Are you a Software Tester ? Do you use the TFS for artifacts tracking ? Do you have the habit of using Excel to upload the artfacts into TFS ? Download a query based content in the excel sheet such as Test Case document. Al…

Facing issues in configuration wizard for SharePoint web farm creation
Ratings:
Platform:
Windows

What are the typical scenarios that one face when they are in the mid of creating a new web farm ? The database server is not accessible. What is the reason for this? It can be a hell lot of things but to start with I would…

How do you Test a database split
Ratings:
Platform:
Windows

What is a database split ? When do we really come across with such a business scenario in our enterprise business ? What is it that holds paramount importance in planning and strategizing the testing activities in such an appl…

Test Execution Model in Software Testing Lifecycle
Ratings:
Platform:
Windows

Manual testing has always been the mainstay of any STLC. It starts with the initial stages of the Software development life-cycle. Have a look at any of the SDLC, being it the latest introduced Agile or one of the most orthodo…

MS Sql Server installation testing
Ratings:
Platform:
Windows

Installation testing is perhaps one of the most time taking testing category I have ever come across in my professional career. Installation is something that keeps happening for any time range between 20 minutes to 40 minutes, …

Load More That is All
Close Menu