Author
What are Python Strings
Python Tutorials

What are Python Strings ?

In the previous article, we have seen what a variable is. Python strings are variables with data type “str”. Anything

Read More...
What is Python TUPLE
Python Tutorials

What is Python TUPLE ?

As you know a variable is used to store data like ‘1’,’a’,’bob’, etc. When you have to store all of

Read More...
Introduction to JIRA
QA Tutorials

Introduction to JIRA

JIRA is an Incident Management Tool and issues tracking tool used for Project Management, all types of testing, Bug Tracking,

Read More...
CRUD Operations on DB
JAVA Tutorials

CRUD Operations on DB

The abbreviation CRUD stands for four basic operations that can be done on persistent storage (create, read, update and delete). 

Read More...