Posts
Employee Morale: Play significant role in Business DevelopmentHuman Resource

Employee Morale: Play significant role in Business DevelopmentHuman Resource
After doing all the right things to boost productivity and still employees' productivity plunging or not increasing, we need to look at the Employee Morale. Employee Morale is a decisive factor in an Organisation whether it is the Service sector or Manufacturing unit. It is one of the cornerstones of the business, only a few organizations pay attention to morale among employees in their organization and this is the major mistake from their side as it affects productivity which ultimately reflects in Organizational Growth & Productivity.
Let’s Discuss:
- What’s Employee Morale?
- Characteristics of Employee Morale.
- Relation between Morale & Productivity.
What is Employee Morale?
In simple terms employee morale is the standard of behavior of an employee which directly affects the productivity of the organization but it is a complex concept as there are ample factors that affect employee morale.
Definition:
Edwin Flippo: “ Morale is a mental condition or attitude of individual and groups which determines their willingness to cooperate”
Characteristics:
- Psychological concept
- Dynamic Nature
- Group phenomenon
- Reflect others
Psychological Concept:
Morale is a psychological phenomenon, it is the internal feeling of confidence, attitude, Zest, enthusiasm, satisfaction, etc. Moreover, it is the state of mind and emotions affecting the attitude and willingness to work that affect individual and organizational objectives.
Dynamic Nature:
Morale is Dynamic in nature; we cannot develop it overnight. Management has to make continuous efforts to build and maintain high morale among employees in the organization. It is a long-term concept.
Group Phenomenon:
Morale is not an individual phenomenon but it's the sum of the total employee’s attitude, feelings, and sentiments.
Reflect others:
We cannot measure morale directly but it is reflected in productivity, discipline, turnover, etc. To measure morale we need to look at other factors.
Relations between Morale and Productivity:
Davis Designed that there is not always a positive link between Productivity and Employee morale. There can be four combinations of Morale and Productivity
1. High morale-High productivity
This situation is likely to occur when the employees are fully motivated to achieve high performance not only this but satisfied with all financial & nonfinancial rewards & highly satisfied with their job role. Feeling proud to be part of the organization/team.
2. High morale-low productivity
This situation occurs when the employees waste their time in the workplace or use the time to satisfy their personal goals. They don't care about organizational goals. There are many factors responsible for this kind of Employee Attitude in the workplace such as
- Lack of proper training,
- Lack of support by co-workers or leaders,
- Leaders/Superior behavior with him,
- Irresponsible Management (If we talk about It or another small service sector Irresponsible HR )
- Ineffective Supervision
- Restrictive norms of the informal group
- Outdated Technology & Methods
3.Low morale-High productivity
In a short period, it may be possible that with low morale Employee's productivity seems high but it is for a temporary or short span of time. Low Morale can not result in high productivity for a long time. this situation occurs when
- Fear of losing a job,
- Less availability of alternatives
- Strict Supervision, Rules & Regulations
- Punishment
- Policies and strategies focus on high productivity only.
4. Low morale-Low productivity
This situation occurs when the organizational & individual goals are not satisfied & other factors like
- Lack of motivation
- Unclear Job role
- Lack of harmonious Superior-Subordinate relationship
These all factors result in frustration, tension and grievances develop against managers which reflect low productivity. To pen down, morale is the paramount factor that gives a direct impact on productivity, Productivity impact on profitability, profitability impact on organizational growth. If the Morale is high then it will be possible to gain more fruits in the future but if it's low then it's Red Signal for any organization even the productivity is high but it will be for a short period of time only
I am not going to end the topic of Morale but will continue in the next blog with
- Factor determining morale
- Significance of high morale
- Impact of low morale
- Measurement of morale
To know about these please read my upcoming blogs of Human Resource…..
Software Testing TechnologyTesting

Software Testing TechnologyTesting
Software testing is a process of checking and validating the functionality of an application to determine if it meets specified requirements. It is about finding application faults and verifying where the application is operating according to the end-user needs.
Important Software Testing Techniques:-
- Boundary Value Analysis (BVA)
- Equivalence Class Partitioning
- Decision Table based testing.
- State Transition
- Error Guessing
- Boundary Value Analysis (BVA)
-
The marginal cost assessment is based entirely on trying the boundaries between partitions. It includes maximum, minimum, internal, or external barriers, typical values, and error values. It is generally seen that numerous errors occur at the obstacles of the defined input values as opposed to the center.
- It is also known as BVA and offers a selection of test entities that train limit values. This black container test method improves equivalence partitioning. This software program trying one approach is based on the principle that if a machine works well for these exact values, it will paint error-free for all values that are between the two limits.
Let's see one example:
Input condition is valid between 1 and 10 Boundary values 0,1,2 and 9,10,11
Equivalence Class Partitioning
The equal class phase lets you divide a hard and fast check state into separate sections which are taken into consideration identical. The equal class division software program test technique breaks the input area of a program into a class of information, so a test case has to be designed.
Let’s see one example:
Input conditions are valid between
1 to 10 and 20 to 30
Hence, there are five equivalence classes
--- to 0 (invalid)
1 to 10 (valid)
11 to 19 (invalid)
20 to 30 (valid)
31 to --- (invalid)
You select values from each class, i.e.,
-2, 3, 15, 25, 45
Decision Table Based Testing
The decision table is known as the cause and effect table. This testing technique is suitable for input features that have a logical relationship between inputs. In this technique, combinations of inputs are processed. In order to identify the test case with the decision table, it is necessary to consider the terms, actions, and procedures. Conditions are taken as input and actions as output.
Testing Using The Decision Table In The Login Form
CONDITIONS - CASE 1, CASE 2, CASE 3, CASE 4
| EMAIL | F | T | F | T | PASSWORD | F | F | T | T | OUTPUT | ERROR | ERROR | ERROR | HOME SCREEN
CASE 1: Email And Password Wrong: Error Message Displayed.
CASE 2: Email True And Password Wrong, Error Message Displayed.
CASE 3: Email Wrong And Password True, Error Message Displayed.
CASE 4: Email And Password True, Redirect to Home screen
State Transition Testing Technique
In-State Transition technique changes in input conditions change the state of the Application Under Test (AUT). This testing technique allows the tester to test the behavior of an AUT. The tester can perform this action by entering various input conditions in a sequence. In-State transition technique, the testing team provides positive as well as negative input test values for evaluating the system behavior.
Presently We Make A Diagram For Forgot Password/OTP Proces
- First Enter the Right Number In This Text Box and Click RESET PASSWORD Button. One OTP Comes On Mobile Number.
- To reset the secret word you should experience the "OTP'' framework. The first run-through the client enters is "OTP '', they will be permitted to go to the secret phrase change page.
- In the event that the client enters mistaken "OTP '' unexpectedly and second, the framework will request the third time "OTP'' is entered.
- In the event that "OTP'' is valid, it will be permitted to go to the secret phrase change page, in any case, if the OTP is off base the third time, an Error Message Displayed Like "Your OTP has expired!!".
State Transition Table
ATTEMPT CORRECT PIN INCORRECT PIN
| [B1] Start | B5 | B2
| [B2] First attempt | B5 | B3
| [B3] Second attempt | B5 | B4
| [B4] third attempt | B5 | B4
| [B5] Access granted | - | -
| [B6] Account blocked | - | -
Error Guessing Technique
Error guessing is a software testing technique based on guessing the error that can appear in the code. The technique relies heavily on experience, with the test analysts using their experience to guess the problematic part of the test application. Therefore, test analysts need to be competent and experienced in order to better guess errors. The technique counts a list of possible errors or error-prone situations. Then the tester writes a test case to uncover these errors. To design test cases based on this software testing technique, the analyst can use the experience to identify the conditions.
This technique can be used at any level of testing and for testing the common mistakes like:
- Divide by zero
- Inserting blanks in text fields
- Pressing the enter button without entering values
- Uploading files that exceed the maximum limits
- Exception null pointer.
- Invalid parameters
Let’s see one example:
Suppose there is a requirement that the phone number be numeric and not less than 10 characters. And the software application has a phone number.
The following are the error estimation techniques:
- What will be the result if the cellphone number is left blank?
- What is the result if a character other than a digit is entered?
- What is the result if fewer than 10 digits are entered?
How to Delete Record using ajax call with LaravelLaravel

How to Delete Record using ajax call with LaravelLaravel
We work on projects with the admin panel every day. In which we mostly use data tables and we need to delete the record from the data table without page refresh.
So, today I will show you how to extract a record using Ajax. It's very easy to integrate.
Let's take one example. I have a Category data table and I want to delete one category from the table without refreshing the page. Now, what am I doing for that? First of all, I add a class for the listen to a click event into the delete button and it says delete-btn.
See the following image for where I added a class.
I used SweetAlert for the confirmation popup. let add sweet alert's CSN into the index.blade.php.
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script>
Let's declare routes of the delete record.
<script>let categoryUrl = '{{route('categories.index')}}'; </script>
Next steps, I'm going to listen to the click event of the delete button. one more thing does not forget to add the record id into the data attribute to the delete button. see the above image for it. I highlighted it with a yellow line.
So the general practices we use in Laravel is to write the following code to listen to a click event and delete a record,
$(document).on('click', '.delete-btn', function (event) {
const id = $(event.currentTarget).data('id');
swal({
title: 'Delete !',
text: 'Are you sure you want to delete this Category" ?',
type: 'warning',
showCancelButton: true,
closeOnConfirm: false,
showLoaderOnConfirm: true,
confirmButtonColor: '#5cb85c',
cancelButtonColor: '#d33',
cancelButtonText: 'No',
confirmButtonText: 'Yes', },
function () {
$.ajax({
url: categoryUrl + '/' + id,
type: 'DELETE',
DataType: 'json',
data:{"_token": "{{ csrf_token() }}"},
success: function(response){
swal({
title: 'Deleted!',
text: 'Category has been deleted.',
type: 'success',
timer: 2000,
});
$('#categoryTbl').DataTable().ajax.reload(null, false);
},
error: function(error){
swal({
title: 'Error!',
text: error.responseJSON.message,
type: 'error',
timer: 5000,
})
}
});
});
});
Now we are done with the front-end side and need to look into it backend side.
Let's declare the destroy method into the category Controller. I hope are you generating crud with InfyOm Laravel Generator. so, the Destroy method and routes are there. If not please create a route. if the destroy method is there then need to change the response of that method.
The destroy method code looks like,
public function destroy($id) {
$category = $this->categoryRepository->find($id);
if (empty($category)) {
Flash::error('Category not found');
return $this->sendError('Category not found.');
}
$this->categoryRepository->delete($id);
return $this->sendSuccess('Category deleted successfully.');
}
How to create any API response model class in android javaAndroid Development

How to create any API response model class in android javaAndroid Development
- Developer use API calling retrofit, volley JSON or other tools but API response check-in postman time confusion how to creating this response model class
- So a friend in this topic I will try your confusion remove flow below all steps and 5 min inner creating a wonderful model class
Step: 1 Android studio in install "RoboPOJOGenerator"
- Location in the android studio:
- Open android studio
- Go to File
- Go to Setting
- Click plugin
- check the below image && click and install RoboPOJOGenerator then your android studio restart
Step: 2 How to open RoboPOJOGenerator
- Open android studio
- Go to File
- Select directory below the image in showing related select any one directory
- Right-click - select New - then below showing "RoboPOJOGenerator"
Step: 3 How to add postman response
- Postman response copy
- Paste this response in "RoboPOJOGenerator" in one black color dialog showing in android studio
- Left top side one cursor visible on this area in paste this response
- Select "GSON" option in "RoboPOJOGenerator"
- Last click generate button after a few moments your model class is ready
How to Keep Your Customers Happy & Increase Repeat Project - 2Sales

How to Keep Your Customers Happy & Increase Repeat Project - 2Sales
Here is part one of How to Keep Your Customers Happy & Increase Repeat Project
9. Know your products and services
Customers want to work with knowledgeable employees. Learn all you can about your products so you can be better equipped to answer customer questions. If you are unsure about something, ask for help.
10. Treat your customers individually
Not all customers are the same. Every customer has individual needs and concerns and they want to be treated with a personal touch that doesn’t make them feel like a number. Communicate the way your customers want to communicate.
11. Make it easy for your customers to complain
Your customers seem to have heard, especially when they are frustrated with the service they have received. Customers know what they like and at least about your service. Ongoing surveys are a reliable and consistent approach to getting feedback but don’t miss the opportunity when you’re with a customer. Just asking you sends a beautiful message about how you value your customers and their feedback.
12. Thank your customers for every opportunity you get
Thank you very much for your customers. Thank you for calling, bringing payment, meeting you at their home, calling for help, and yes, calling for a complaint! For many, there are options available and they chose your company over the competition.
13. Never accept your customers
Your customers are your business!
14. To be active
Don't wait for your client to reach you. Reach out to them in more than one way. Improving the first call resolution cases of the customer problem will improve the overall customer experience. Create a complete self-help interface, in which customers can solve their problems manually.
15. I will take responsibility
Tell your customer that you understand that you have a responsibility to ensure a satisfactory outcome of the transaction. Assure the customer that you know what she expects and will deliver the product or service at the agreed price. There will be no unexpected charges or costs to solve the problem.
How to Create Dripping Effect in PhotoshopDesign

How to Create Dripping Effect in PhotoshopDesign
Step:1 Create a new artboard
Step:2 Select Add a layer style
Step:3 Set Image In artboard
Step:4 Crop as a requirement
Step:5 Select Refine edge
Step:6 Add Drip image
Step:7 Add Brush Style
Step:8 Add Effect as per your Requirement
Setup Laravel Livewire with Basic Component ExampleLaravel

Setup Laravel Livewire with Basic Component ExampleLaravel
Laravel Livewire is used to build dynamic web pages that work without ajax or any javascript code. We can build dynamic components with livewire with less code and more functionalities.
I hope this basic introduction will be enough to start laravel livewire.
Now let's move to the installation steps, and I hope you already have set up your laravel project.
Install Livewire
composer require livewire/livewire
Include the javascript and styles (On your master blade file)
...
@livewireStyles
...
@livewireScripts
Create Your Component
Here we are going to create a component to create a summation of 2 values without hitting any buttons, it will do a summation of 2 values as you type in text boxes.
Now let's create our component by hitting the following command :
php artisan make:livewire Summation
it will create 2 files as shown below:
// app/Http/Livewire/Summation/php
namespace App\Http\Livewire;
use Livewire\Component;
class Summation extends Component
{
public function render()
{
return view('livewire.summation');
}
}
// resources/views/livewire/summation.blade.php
Include the component
Include the created component to your view where you want to show.
...
@livewireStyles
...
@livewireScripts
Now let's first do a change in our livewire component Summation.php
namespace App\Http\Livewire;
use Livewire\Component;
class Summation extends Component
{
public $value1 = 0;
public $value2 = 0;
public $sum = 0;
public function mount()
{
$this->sum = 0;
}
public function render()
{
$this->sum = $this->value1 + $this->value2;
return view('livewire.summation');
}
}
Here we have to take 2 public properties value1, value2, and sum. and in the mounting method (which will be called when the page is loaded the first time) I have replaced the sum property value to 0.
And In the render method, I have done a summation of the 2 public property values. which will be directly accessed values of input from blade files directly here. but how ?? we will see soon.
Now let's change the livewire blade component.
Here we have bound all properties by using wire:model. so as we will type in input box 1 it will be directly accessed by $value1 into the component.
and the property $sum will be changed as we change the input box values.
So that's how cool livewire is. you can create different dynamic components as you need by using livewire.
Stay tuned to read more interesting posts on livewire.
Company Culture:“It’s the backbone of any Successful Organisation”Human Resource

Company Culture:“It’s the backbone of any Successful Organisation”Human Resource
- Freedom to communicate.
- It signifies the transparency of the environment in the organization.
- It helps to improve the implementation of any system & bring innovation by free interaction among team members, clarity in setting objects, and common Goals.
- Facing problems and challenges.
- The person is facing it boldly and not shying.
- Improve Problem Solving.
- Clarity in work.
- Group discussion to resolve particular problems.
- Maintaining confidentiality.
- Building trust in each other.
- Do not share anything to others or outside of the organization.
- Higher Empathy.
- Timely Support.
- Reduce Stress.
- No or narrowest gap between said value & Actual behaviour.
- Person’s commitment to work/Assigned tasks & Actual performance should be the same.
- Everyone has attitude “Jo me bolta hu wo me karta hu”
- Develop mutuality culture.
- Sharing of feeling freely.
- Improve interpersonal communication.
- Reduce the distortion in Communication.
- Taking Initiative.
- Pre- Planning.
- It prepared everyone for upcoming challenges.
- Reduce uncertainty.
- One step ahead (advance team)
- Prepare everyone to accept changes with time.
- Freedom to plan & act at one’s own level.
- Organisation must avoid an Autocratic type of environment and give chance to all members to use their power in a positive way.
- Develop mutual relationship.
- Feeling of Pride.
- Self Motivation
- work satisfaction.
- Involves working together for common cause.
- individuales share their concerns and prepare strategies for working out plans, actions & implementing them together.
- Timely work.
- Resource sharing.
- Improve Communication.
- Trying out new ways to deal with problems/Tasks.
- Organisation should allow all to experiment new ways and encourage them to find the best ways.
- Accurate problem solutions.
- Development of new products.
- Development of New methods.
To recapitulate, Organisational culture represents Values, Beliefs, behaviors & Capabilities acquired by the members of the firm. We can truly say if the Organisation has all Dimensions of __“OCTAPACE”,__ it is on the way to __SUCCESS__……….