
Search In
Bootstrap is one of the most popular front-end frameworks. In this blog post, I will be discussing one of the most important concepts in Bootstrap: The Grid System.
In web design, grids organise and structure content, and make the websites easy to s
In any market, industry, organization or any business are looking for new technologies. Latest technology which is mostly utilizing in all sectors is Artificial intelligence. It totally changes the perception of business people. After digitization of
In Software testing, There is much debate that how to achieve quality and how to plan the testing activities. This tutorial will explain to you all about Software Test Plan and suggest you with the ways on how to plan test activities from scratch alo
Network security is more important today than it has ever been. Businesses are more digital than ever before, and they need appropriate cybersecurity measures to protect them against the many digital threats that exist in the modern world. However, m
WebDriver Synchronization
The process of matching speed of automation with the speed of application is called as Synchronization.
In Web Driver we can Synchronize in different ways, one way of synchronizing the Web Driver is by using sleep() of th
Hello Readers
In php there is a great role of php array, we will discuss about the in_array and array_key_exists in php with examples.
in_array in php:
in_array: in_array in php checks the array value it is exist or not to the given array.
It s
I just love to work on Mac but sometimes a small task can become a herculean task in no time.
Ever wondered where is the option to view hidden files and folders on Mac just like Windows has ? Frisking through all the options I realized that there is
Test factors can be defined as the categories which can affect the components of the project.In others words we can say, for desighning the test cases the following factors are considered:
1.Correctness: Correctness is the minimum requirement of th
Access your data using class object.
Steps to follow:-
1. Create a NSObject class called DataObject.
2. Declare properties as below...
Write below code in DataObject.h file
@interface DataObject : NSObject
@property (strong, nonatomic) NSString
In the First Stage
1.One dedicated resource should be allotted for preparing the test data.
2.The dedicated resource should understand the system as a whole.
3.Identification of total no. of Database tables.
4.Listing of Master tables.
5.Learning a
