Negative Testing

Software testing is all about checking the application whether it is working according to the given requirement or not. We may have to use various software testing types like functional testing, Unit testing, Integration system, System testing, smoke testing, regression testing, and sanity testing to complete the process.  Software development is not an easy take to complete because it is all about writing… Continue reading Negative Testing

Set the Order Status to Closed for Orders in Received Status

When Transfer Order is in ‘Received’ status, the Close Order button still appears on the record as even though the transaction is completed there are still open items on the order, but when the button is pressed, nothing will happen since for NetSuite it appears that the transaction is already completed.  The Close Order button removed for Transfer Orders which are in ‘Received’… Continue reading Set the Order Status to Closed for Orders in Received Status

English for job interviews

Many jobs require proficiency in English, and being able to speak and write English well can increase your chances of success in job interviews. English language proficiency is becoming increasingly essential in today’s global job market. Many employers require their employees to be fluent in English, as it is often the language of communication used… Continue reading English for job interviews

English for travel

English is the lingua franca of the tourism industry, and knowing how to ask for directions, order food, and make reservations in English can be useful when traveling. English is the most widely spoken language in the world, and it is no surprise that it is the lingua franca of the tourism industry. Being able… Continue reading English for travel

Social Media listening and Monitoring

Social media listening and monitoring are two related but distinct processes in social media management. Social media listening involves tracking and analyzing online conversations and mentions related to a brand, product, or industry across social media platforms. This is done using social media listening tools that track keywords, hashtags, and mentions. The goal of social… Continue reading Social Media listening and Monitoring

Use of responsive display classes in bootstrap for showing and hiding elements by the device.

For faster mobile-friendly development, use responsive display classes for showing and hiding elements by the device. Avoid creating entirely different versions of the same site, instead hide elements responsively for each screen size. To hide elements simply use the .d-none class or one of the .d-{sm, md, lg, xl}-none classes for any responsive screen variation.… Continue reading Use of responsive display classes in bootstrap for showing and hiding elements by the device.