You are viewing our old blog site. For latest posts, please visit us at the new space. Follow our publication there to stay updated with tech articles, tutorials, events & more.

Monthly Archives: October 2015

Selenium Webdriver Compatibility

Problem Statement: We at Naukri define and follow various test processes and the aim of these test processes is to deliver quality products to our customers. One of these processes is to define and upgrade compatibility matrix once in a quarter and we test our web products against this matrix. We can perform manual testing against the defined matrix, when it comes to automation testing following questions arise? Can we execute our automation suites against the defined matrix? If so which selenium version is compatible for latest Firefox version? In case of Chrome, which... Read More

Email Deliverability And Factors Affecting It

At Naukri.com our goal is help our users find best jobs any time any where. Users can search jobs on our website as well as they receive job alerts as per their requirements. We send close to 25 crore emails on a monthly basis to our users. As a result, email deliverability is very important for the success of our business. Keeping that in mind let us see what email deliverability is and what are the factors that may affect the delivery of an email. Email Deliverability is a way to measure the success at which an email marketer gets a campaign into subscribers' inboxes. It involves... Read More

Implementing Thrift for services

We at Naukri use a number of services at the backend. By writing backend services, we brought moduarity to our system. There are a number of services serving different purposes. These services help us in managing and scaling various parts of the site independently. For example, when you search for a resume or view a resume on Naukri, that sends a request to the Naukri's frontend apps. But those apps don't know how to fetch the resume data, they talk to a separate resume service that does the job. So what are the advantages? All the resume data can be managed by resume service and every... Read More

Optimizing web pages using WebP

“A picture is worth thousand words” --Napoléon Bonaparte When it comes to web page optimization. Decreasing the image size on your web page make a big difference as it's the major chunk that consume user bandwidth. According to data from HTTP Archive( http://httparchive.org/ ) For an average web page, image accounts for ... 63% of the transferred bytes for desktop sites 69 % of the transferred bytes for mobile sites. Source: http://httparchive.org/ And the bad news is, its increasing over time.The reason is increasing Hi Dpi devices over time. Source:... Read More

How to contribute to naukri engineering open source projects

open-source  Open Source Culture is one of the best things that came up in the software industry so far. We are seamlessly growing much faster in the field just because high end software like apache, mysql, nginx, nodejs, linux, etc. are available to use and reprogram as per our needs for free. But the thing is, it works only when people like us contribute to the community. Most of the programmers want to contribute to open source but they think it as difficult and time consuming. They assume that to make an effective contribution they need a big project and unlimited free time. This is not true at... Read More

Parallel Testing at Naukri

What is parallel testing? In simple terms, running your test scripts in parallel on same machine or on different machines is known as parallel testing.   Problem Statement: Let’s consider one of the application of Naukri say “Job Search”, consists of 900 test cases which takes around 3 hours for complete execution on a standalone machine.   Whenever a build related to “Job Search” is about to go live, we need to run the complete automation suite to achieve quality. The issues found from the resulting report are logged and get fixed by the dev team. Once fixed the entire Job... Read More

How to automate HTML5 mobile site functional testing using Chrome Mobile Emulator

The most common is to use the firefox addon User Agent Switcher, however, the browser window that opens has the same size as that of a desktop browser. If we simulate the size of a mobile phone browser our automation will be much more closer to an actual user interaction, moreover, the screenshots will capture the look of the web page on an actual mobile and would allow us to automate responsive design testing as well. Such an option is provided by the chrome screen emulator.   Emulators are pretty much exactly as their names suggest, they emulate how a browser would render a web page.... Read More

Naukri’s JobsAdNetwork – Dynamic campaigning made easy

 “Automation applied to an efficient operation will magnify the efficiency”. With this moto JobsAdNetwork was picked up. We had our team doing marketing via Ads. And they had been doing that manually. Process took a no of steps for each Ad to be posted - Decide type of ad. - Template design. - Linking to our website (different urls). - Posting group Ads (Multiple links in single Ad) was more difficult. Due to the manual process involved the team was able to post very few ads. Also these ads were very generic in nature. So we thought, why shouldn't we simplify things and... Read More

Apple Push Notification Service in Naukri

Having a job or career determines your self worth.  Yes, you heard it right! Knowing  you   can   do   something well and earn something for your skills is a great feeling. That’s  the   main motto of Naukri. To abridge the gap between job seekers and recruiters.   And  to   follow this, Apple Push Notification Service is one of the several services used in Naukri   ios   app.   It   is   a   service   provided   by   apple to send the push notifications to apple  devices.   Push notifications are a way to send the information to users and to bring them on board.  ... Read More

Agile : User Stories and Story Points

User stories, something that does not seem relative to software development by name. But in agile if I say you can not proceed without user stories then it is very true. User stories are the heart of agile methodology. Everything revolves around the stories and hence coming up with good balanced stories is battle half won. In agile software development, We have product backlog which is nothing but a list of all possible features required to be built to release the product for mass. A full fledged feature/sub-product is called EPIC and we divide the EPIC into various user... Read More