Monday 31 March 2014

Testing Job: Performance Testing: 3-6 Years: Pune: April 2014

Symantec is looking for a Performance tester.

Symantec Endpoint Protection (SEP) is the market leading endpoint security product from Symantec. Symantec Endpoint Protection brings unrivaled security and blazing performance across physical and virtual systems and is equipped to protect the latest operating systems achieving maximum performance and advanced protection.
Symantec Insight technology reduces antivirus scans while SONAR stops cyber-criminals and zero-day attacks. Only Symantec Endpoint Protection provides the security you need through a single, high-powered agent, for the fastest, most-effective protection available.

Responsibilities:
- Ability to document test plans and test cases based on analysis of business requirements, functional requirements and design documents.
- Strong problem solving skills and ability to troubleshoot application and environment issues .
-Create scenarios for executing various tests such as load and performance testing.
-Configure test environments, servers, monitor performance tests and identify application bottlenecks.
-Identify and analyze key performance scenarios, metrics and test cases.
- Ability to use the standard & custom performance tools.
- Good communication skills to interact and present test results, trends and findings to team, client, management and support groups
-Take ownership of defects found during performance testing and provide information to developers.
- Work with developers & other stakeholders to technically understand the testing necessities of a component.
- Good knowledge of Windows internals & Good understanding of the networking concepts.
- Must have a proficient knowledge of software development methodologies. Agile development/methodology experience is a huge plus.
-Team-player attitude and the ability to work in a multi-tasking fast paced environment.

Qualifications:
- Bachelors or Master's Degree in Computer Science or equivalent experience.
- 3 to 6 years of performance testing experience.

- Some knowledge of one of the programming languages(C/C++/Java) or any scripting language is desirable
- Some white box software testing & experience in code reviews is a big advantage
- Performance and Security Testing is an added advantage

Sunday 30 March 2014

Introduction to Performance Testing




Introduction to Performance Testing

What is performance testing?
Performance testing is a non-functional testing technique performed to determine the system parameters in terms of responsiveness and stability under various workloads. Performance testing measures the quality attributes of the system, such as scalability, reliability and resource usage.
Performance testing is the testing, which is performed, to ascertain how the components of a system are performing, given a particular situation.

Goal of performance testing?
Performance testing is done to provide stakeholders with information about their application regarding speed, stability and scalability. More importantly, performance testing uncovers what needs to be improved before the product goes to market. Without performance testing, software is likely to suffer from issues such as: running slow while several users use it simultaneously, inconsistencies across different operating systems and poor usability. Performance testing will determine whether or not their software meets speed, scalability and stability requirements under expected workloads.

Common Performance problems
Most performance problems revolve around speed, response time, load time and poor scalability. Speed is often one of the most important attributes of an application. A slow running application will lose potential users. Performance testing is done to make sure an app runs fast enough to keep a user's attention and interest. Take a look at the following list of common performance problems and notice how speed is a common factor in many of them:
a)      Long Load time - Load time is normally the initial time it takes an application to start. This should generally be kept to a minimum. Load time should be kept under a few seconds if possible.
b)      Poor response time - Response time is the time it takes from when a user inputs data into the application until the application outputs a response to that input. Generally this should be very quick. Again if a user has to wait too long, they lose interest.
c)       Poor scalability - A software product suffers from poor scalability when it cannot handle the expected number of users or when it does not accommodate a wide enough range of users. Load testing should be done to be certain the application can handle the anticipated number of users.
d)      Bottle necking - Bottlenecks are obstructions in system which degrade overall system performance. Bottle necking is when either coding errors or hardware issues cause a decrease of throughput under certain loads. Bottle necking is often caused by one faulty section of code.
 Some common performance bottlenecks are
·         CPU utilization
·         Memory utilization
·         Network utilization
·         Operating System limitations
·         Disk usage

Need for Performance Testing
At the highest level, performance testing is almost always conducted to address one or more risks related to expense, opportunity costs, continuity, and/or corporate reputation. Some more specific reasons for conducting performance testing include:
  • Assessing release readiness by:
    • Enables you to predict or estimate the performance characteristics of an application in production and evaluate whether or not to application is ready for release in production.
    • Providing data to aid in the prediction of revenue losses or damaged brand credibility due to scalability or stability issues, or due to users being dissatisfied with application response time.
  • Assessing infrastructure adequacy by:
    • Evaluating the adequacy of current capacity.
    • Determining the capacity of the application’s infrastructure, as well as determining the future resources required to deliver acceptable application performance.
    • Comparing different system configurations to determine which works best for both the application and the business.
  • Improving the efficiency of performance tuning by:
    • Analyzing the behavior of the application at various load levels.
    • Identifying bottlenecks in the application.
    • Providing information related to the speed, scalability, and stability of a product prior to production release, thus enabling you to make informed decisions about whether and when to tune the system.

Performance Testing Techniques:
  • Load testing - It is the simplest form of testing conducted to understand the behaviour of the system under a specific load. Load testing will result in measuring important business critical transactions and load on the database, application server, etc., are also monitored.
  • Stress testing - It is performed to find the upper limit capacity of the system and also to determine how the system performs if the current load goes well above the expected maximum.
  • Soak testing - Soak Testing also known as endurance testing, is performed to determine the system parameters under continuous expected load. During soak tests the parameters such as memory utilization is monitored to detect memory leaks or other performance issues. The main aim is to discover the system's performance under sustained use.
  • Spike testing - Spike testing is performed by increasing the number of users suddenly by a very large amount and measuring the performance of the system. The main aim is to determine whether the system will be able to sustain the workload.

Performance Testing Process



  1. Identify your testing environment - Know your physical test environment, production environment and what testing tools are available. Understand details of the hardware, software and network configurations used during testing before you begin the testing process. It will help testers create more efficient tests.  It will also help identify possible challenges that testers may encounter during the performance testing procedures.
  2. Identify the performance acceptance criteria - This includes goals and constraints for throughput, response times and resource allocation.  It is also necessary to identify project success criteria outside of these goals and constraints. Testers should be empowered to set performance criteria and goals because often the project specifications will not include a wide enough variety of performance benchmarks. Sometimes there may be none at all. When possible finding a similar application to compare to is a good way to set performance goals.
  3. Plan & design performance tests - Determine how usage is likely to vary amongst end users and identify key scenarios to test for all possible use cases. It is necessary to simulate a variety of end users, plan performance test data and outline what metrics will be gathered.
  4. Configuring the test environment - Prepare the testing environment before execution. Also, arrange tools and other resources.
  5. Implement test design - Create the performance tests according to your test design.
  6. Run the tests - Execute and monitor the tests.
  7. Analyse, tune and retest - Consolidate, analyze and share test results. Then fine tune and test again to see if there is an improvement or decrease in performance. Since improvements generally grow smaller with each retest, stop when bottle necking is caused by the CPU. Then you may have the consider option of increasing CPU power.

Challenges in Performance Testing
·         Inadequate non-functional requirements for performance testing
·         Inability to customize the tool output to develop load generation script
·         Scaled Down Performance Test Environment
·         Performance Testing Tool selection
·         Large amount of Test Data

Attributes of Performance Testing:

·         Speed
·         Scalability
·         Stability
·         reliability

Performance Testing Tools

·         Jmeter  (Open Source)
·         Load Runner
·         Web Load
·         Open STA (Open Source)

Testing Job : Ifocus Systec : Bangalore : April 2014

Job Description: 

Position                :   Manual Tester

Experience              :   4.0 – 6.0 Years

Qualification           :   B.E/B.Tech/MCA/M.Sc

Experience in Manual testing.Understand Business rules.Good knowledge and understanding of E-applications and easily understand the application with minimum guidance.Willing to work on a tight schedule and meet the client deadlines.Extensive knowledge on Manual testing concepts regression testing, smoke testing, Sanity testing, Ad-hoc testing, etc.Expert in functional testing.Knowledge on QC and JIRA is added advantage.Knowledge on Agile process(Agile Kanban) is desired.Knowledge on Selenium is an added advantage.  

Company OverviewEnd-to-end software testing and software product engineering services company. Focused on Hi-Tech and software enabled businesses. 180+ employees. HQ in Bangalore with branch office in UK. Private Limited company, founded in the year 2007. Focused and result-oriented with a repeatable delivery model.

Location

iFocus Systec (India) Pvt Ltd “UDN Altius” NO 13, 15th Cross,3rd floor, 100 Feet Road J P Nagar 6th Phase Bangalore-560 078 Landmark: Opposite to Shell Petrol Bunk. Above Federal Bank

Testing Job : Tech Mahindra : Bangalore : April 2014

Trust things are fine at your end.

This mail is regarding an opportunity with TechMahindra for Java Testers , Bangalore Location.

Please find below the JD:

*3 to 5 years experience of testing Jave/J2EE/Orace/Appserver telecom applications preferably in Unix environment

*RestAPI knowledge
*SOAP UI experience
*COAP knowledge

Kindly mention your CTC, ECTC, NP, Location

Feel free to revert for any queries.

Please email resumes to

Ankita.singh1@techmahindra.comI

Thursday 27 March 2014

Testing Job: Pune : Magna Infotech: March 2014

HiGreetings from Parvathi Magna Infotech, HYD We have urgent openings
for "API Testing" With for our MNC client in Pune if you are interested
can forward your updated CV immediately.


Experience : 3-6 Years
Job Location : Pune

.NOTE:

Please share Profiles who are able to join by with in15-20 Days

Experience:
*Experience of Testing the Web applications.
*Knowledge on Oracle WCS/WEM is preferred
*Experience with UI/UE testing.
*Ability to identify distinctions between the needs and the usage patterns of different customers
*Knowledge on eGain Product(Knowledge Management)
*Strong knowledge in SDLC and STLC
*Knowledge on API Testing by using the SOAP UI
*Understanding of the knowledge base and ability to relate to the business value of the content
*Omniture Testing and API Testing
*Accessibility (WCAG) testing skills
*Testers need to have good years of experience on web testing (UE, Content, functional and accessibility) irrespective of underlying technologies in the application.
*Need to have the knowledge on below Testing areas and tools
Tool NameTesting
Soup UIAPI Testing
IE Developer, FirebugAccessibility
IE Web Accessibility Tool, Firebox - WAVEAccessibility (optional)
Policy TesterAccessibility (optional)


Profile:
Magna Infotech is an 14yrs old ; ISO 9001:2000 certified, that offers
unique solution to build, integrate and manage IT systems across a
broad spectrum of industry by using a combination of onsite, offshore methodology. We are a 1500 employee organization with skilled IT > professionals.It has offices in USA (Danbury, CT) and India (Bangalore, Pune, Mumbai, Delhi, Kolkata, Chennai and Hyderabad) including its own state of the art development center in Hyderabad. For client testimonials please visit www.magna.in

If you are interested please send your updated profile with following
details.

Current Salary:
Expected Salary:
Notice Period:
Total Work Experience:
Relevant Experience:
Current Location:
Contact Numbers:
Date of Birth:

Email to parvathi.mallela@magna.in>

Wednesday 26 March 2014

Testing Job: Telecom domain: Pune: March 2014

Dear Candidate,

We have urgent opening for System Testing

Experience - 3-6 yrs. Telecom Domain
Job Location - Pune

Job Description :
* Strong technological background, with any background.
* 2 to 6 years' experience in environment build up and monitoring in a Telecommunications environment
* Experience of implementation and build of environments for System, Integration and Regression testing of Telco systems with complex interfaces.
* Knowledge in Mobile Networking
* Knowledge in Change management process is preferable
* Knowledge of different testing phases like ST,SIT,PAT UAT,etc.
* Must have experience in planning, reporting, follow up, issues resolution, etc.
* Must have the following skills
o Functional Knowledge of telecom Domain
o Integration including Firewall, connectivity, etc. experience
o Network knowledge
o Unix Administration experience (tools, command, shell development)
o Environment Management Knowledge
o Oracle / Sql language knowledge
* Hands on experience in following activities.
o Monitor usage of environments,
o Supplying support throughout the test execution, including out of hours working if required

If you find the above JD appropriate please share your updated profile with following details

Current CTC-
Expexted CTC-
Notice Period-
Passport Number-

Thanks & Regards
Shelly Barthwal
Direct : 011-43005774
Email:sbarthwal@thebig.co.in,

Testing Job : Hexaware : Pune : March 2014

About Company: Hexaware Technologies Limited is an information technology and business process outsourcing service provider company based in India. The company provides software services in airlines, banking and financial services and health care insurance sectors. The company is currently assessed as a CMMI level 5 company and since 2005, NASSCOM has ranked Hexaware as India's 11th IT company in list of top 20. Current employee strength is above 5000 with over 145 clients.Company operates from multiple offices in countries like Japan, USA, Canada, Singapore, Netherlands, Belgium and Germany apart from India. After starting facilities in Chennai, the company started its third development center in Pune in 2006. In a separate survey of 2006, it was rated the sixth Best IT Employers from India.

 Experience: 3 - 6 yrs 

Job Location: Chennai 

Job Description: 
- Has minimum of 3 Years of experience in Testing Telecom BSS/OSS applications. 
- Has extensively worked in any of the BSS/OSS systems. 
- Good in Unix and SQL queries. 
- Good in Automation (QTP) or any automation tools 
- Has worked in Test management and bug management tools like QC, JIRA 
- Good Communication and Customer interaction skills.

If you are interested, Kindly send your updated profile with following details. Total Exp: 
Relevant Exp: 
Current CTC: 
Expected CTC: 
Notice Period: 

Email to bharats@hexaware.com

Testing Job : Aurionpro : Pune : March 2014

Hi,

This is wrt your profile on the job portal. 

We have an urgent requirement for Test Engineer / Sr. Test Engineer for Pune Location. aurionPro Solutions Limited, is a14 years old technology product and solutions company focused on the BFSI sector and logistics Sector . Its primary focus area is product frameworks in Cash Management (e-business) and treasury for Banks. The company is a 1200+member organization headquartered in Mumbai, India with offices in US, Singapore, Bahrain and Phillippines. Today, aurionPro has developed a successful track record of providing robust, transaction intensive products and solutions to top private and MNC banks and in Logistics Sector. To know more about our company log on to www.aurionpro.com 

Skill Sets and capabilities:Software Development life cycle, Testing Life Cycle ( Extensive experience in Manual Testing- Experience in performing Smoke, Functional, GUI, Regression and System Integration Testing

- Proficiency in Defining and Executing Test cases
- Experience in developing Test Cases using available documents & involved in test plan
- Quality Centre, Defect Management
- Test Management Skills
- Good Communication: Verbal/Written Good Team Member Projects Any Development Experience.
- Certifications: An added advantagePast Work Experience:
- Minimum 3 years of Manual Testing experience.

Location of Work/Office: Pune

If interested, please send your profiles to us with the following details:
Current CTC:
Expected CTC:
Notice :

Mail your resume to sunita.ambekar@aurionpro.com

Tuesday 25 March 2014

Testing Job : Sunguard : Pune : March 2014

Dear Candidate,Hi Friends,

Greetings of the day!!!.Pleasure mailing you.

We have one urgent requirement from one of our client. Please go through the requirement and let me know if you are interested for this position.Don't hold back yourself and immediately reply to this mail with Your updated word format CV along with Your friends referencesCompany:-

* SunGard * Financial Systems

Role:- Sr. Engineer - Selenium Tester

Position Responsibilities 
* create new keyword and support the maintenance activity for Framework using Selenium Tool with Java 
* Convert manual test cases into automation script using Keyword Driven framework
* Play a major contributor in regression execution. 
* Generating defect reports
* Always open to learn or work on Automation Tool.
* Good analytical skills Position RequirementsGood working experience on Selenium Web Driver.Good at Core Java concept and programming.Good in scripting language (Java).Knowledge of OOP's concept. Good communication Synergistic Attitude Strong desire to learn Highly proactive Critical thinking 

Exp : 3 - 5 yrs

Job Location: Pune (Aundh) 

* Kindly mail us your updated profile in word format along with below mentioned details :- 
Full Name (First -Middle -Last) : 
Date of Birth: 
Passport Details : 
Qualification: 
Current Role : 
Total Exp: 
Testing Exp in Months / Years :
Selenium Testing Exp in Months / Years :Automation Tool Exp in Months / Years :Selenium Web Driver Exp in Months / Years :Are you Currently Working on Selenium Testing :-
Communication - Self Rating(Out of 10) :- On which Domain r u working currently :Reason for Change : 
Any offers in hand : 
Current Location : 
Current Salary : 
Expected Salary : 
Joining : 
Are u Interested to relocate to Pune (Aundh Location) : 
Have u been earlier applied to SunGard Financials Systems:-

Would appreciate if you can help us with references of your friend or colleagues who would be looking out for change. 

Looking forward to hearing from you. Regards Vikas Bajaj I JAV Consultancy Services I Board : 022 25624130 / 25900416 - MumbaiE Mail :- vikasb@javconsultant.com

Testing Job : Addeco : Bangalore : March 2014

About Us

The Adecco Group, based in Zurich, Switzerland, is the world's leading provider of HR solutions. With over 32,000 FTE employees and more than 5,500 offices, in over 60 countries and territories around the world, Adecco Group offers a wide variety of services, connecting more than 700,000 associates with over 100,000 clients every day. The services offered fall into the broad categories of temporary staffing, permanent placement, outsourcing, consulting and outplacement. The Adecco Group is a Fortune Global 500 company.About Client - OUR CLIENT has been present in India since 1992. They have recently completed 100 yrs in the Information Technology (IT) industry. OUR CLIENT is India's solutions and services span all major industries including financial services, healthcare, government, automotive, telecommunications and education, among others.OUR CLIENT has been expanding its footprint in India - and has a presence in over 200 cities in India - either directly or through its strong business partner network. OUR CLIENT in India has clearly established itself as one of the leaders in the Indian Information Technology (IT) Industry - and continues to transform itself to align with global markets and geographies to grow this leadership position. Widely recognized as an employer of choice,

OUR CLIENT holds numerous awards for its industry-leading employment practices and policies.

Job DescriptionCandidates having 3 to 8 years of relevant experience along with 1 implementation.

Also for the candidate to be on permanent basis with current organization, if on CONTRACT, to have form 16.

Job Locationbangalore

Candidate plz send me ur resume with following details
Exp:
Rel exp Ctc:
Exp ctc:
Np
Dob:
Current location:
Preffered location:

Interested candidates can pls send your resume to us in word format.

We thank everyone who applies for their interest, All applications are considered confidential.Adecco India has list of 1,500 clients across all segments so please send your CV to us and we can help you for the right opportunity as per your request

Email to
swati.nigania@adecco.co.in

Monday 24 March 2014

Testing Job: 3-8 Years: bangalore: March 2014

Subject : Opening for Performance Testing
for top mnc in bangalore
About Us
The Adecco Group, based in Zurich, Switzerland, is the world's leading provider of HR solutions. With over 32,000 FTE employees and more than 5,500 offices, in over 60 countries and territories around the world, Adecco Group offers a wide variety of services, connecting more than 700,000 associates with over 100,000 clients every day. The services offered fall into the broad categories of temporary staffing, permanent placement, outsourcing, consulting and outplacement. The Adecco Group is a Fortune Global 500 company.

About Client - OUR CLIENT has been present in India since 1992. They have recently completed 100 yrs in the Information Technology (IT) industry. OUR CLIENT is India's solutions and services span all major industries including financial services, healthcare, government, automotive, telecommunications and education, among others.
OUR CLIENT has been expanding its footprint in India - and has a presence in over 200 cities in India - either directly or through its strong business partner network. OUR CLIENT in India has clearly established itself as one of the leaders in the Indian Information Technology (IT) Industry - and continues to transform itself to align with global markets and geographies to grow this leadership position. Widely recognized as an employer of choice, OUR CLIENT holds numerous awards for its industry-leading employment practices and policies.
Job Description
Candidates having 3 to 8 years of relevant experience along with 1 implementation. Also for the candidate to be on permanent basis with current organization, if on CONTRACT, to have form 16.

Job Location
bangalore
Candidate plz send me ur resume with following details
Exp:
Rel exp Ctc:
Exp ctc:
Np:
Dob:
Current location:
Preffered location:

Interested candidates can pls send your resume to us in word format.

We thank everyone who applies for their interest, All applications are considered confidential.

Adecco India has list of 1,500 clients across all segments so please send your CV to us and we can help you for the right opportunity as per your request

Thanks and regards,
Swati nigania

Adecco India
No. 2, NAL Wind Tunnel Road,
Murugeshpalya, Bangalore - 560017
Tel: +91 80 39897070 (extn -5001)
adecco.co.in

Wednesday 19 March 2014

Testing Job : IBM : C2H : Pune : March 2014

Hi,This mail is regarding opening with one of our client.

Kindly go through the job details below and revert back to the mail with your updated resume & below mentioned details :
Total Exp :
Rel Exp :
Current CTC :
Expected CC:
Notice Period :
Job Details :
Company :IBM
Job Type :Contract to Hire (Permanent with Teamware)
Skills: Amdocs Testing

Job description:

Skill Requirements.xperienced Telecom Billing people with Amdocs Ensemble and CRM experience
- 3-6 yrs preferable (6a/6b)
- Should have very good knowledge on the Core applications of Amdocs Billing product like CSM, Usage, Billing, CRM
- Should have experience of working on Amdocs core modules with atleast 1 Telco either on testing or implementation
- Should have good knowledge on Price Plan configurations and EPC Preferably
- Experience on testing and test methodology with either Waterfall models

Testing Job : MindTree : Bangalore : March 2014

Hi,We are an Leading PAN India Recruitment Consulting Company hiring for one of our Leading CMM Level V company (Mind tree Ltd) for Bangalore.

We are looking for BSS profile(production support) for Bangalore Location.

Details JD is given below.

Job Description:--BSS – Production Support 

Exp-- 3 to 6yrs 

NP-- 30days.

Skill-- Hands on Exp in BSS + Mediation + Rating + Billing 

Work Location : Bangalore

Note: Candidate who applied for interview in last six month with Mindtree Ltd is not applicable for this opening.Candidate who are interested for this position  should only send their updated CV asap along with the below Details:

Total yrs of Exp:
Relevant Exp:
Current Company Name:
Notice period:
CCTC:
ECTC:
Highest Qualification:
Passing out yr:
Percentage:
University:
D.O.B:
Current Location:
Education qualifications Details:Marks(%)YearMode(regular/distance)10th12thGraduationPost graduation

Thanks & Regards, Hirak BhadraIT Executive Search Cell: 9163065052 , Tel: 091-033-30292749 Email: hirak@2coms.com 

Testing Job : Amdocs : Pune : March 2014

Hi, Greetings from DynPro India Pvt Ltd. Its regarding opportunity for the Amdocs Testing opening with Dynpro for a huge client__

Across India About Dynpro: Established in 1996, DynPro, Inc. was formed by a management team with unrivalled experience in IT recruitment, E-Commerce Project Deployment and SAP consulting background. DynPro’s world headquarters is located in Durham, North Carolina near the famous Research Triangle Park area and has offices in UK, Sweden and Australia. DynPro, India is based in Bangalore with offices in New Delhi, Pune and Kolkata and is a leading vendor for IBM for their staffing programs. We have over 700 consultants working for us across the country with clients like IBM, Wipro, L&T Infotech, KPIT Cummins, etc. You can learn more about us through our websites at http://www.dynproindia.com. 

Skill: Amdocs Testing 

Work Location: Pune 

Looking for Candidates who can join in 10 days. 

If you're suitable for above requirement.

Pls forward your updated CV to snehal@dynproindia.com along with your scan copy of ID Proof 

Tot Exp : 
Rel Exp : 
Curr CTC : 
Exp CTC : 
Notice period : 
Current Location : 
Current Company: 
DOB: 
Reason for Change: 
Passport(Y/N) : 
Availability for F2F on weekday (Y/N): 

Testing walkin : Pubmatic : Pune : March 2014

Hi, Greetings from TechPoint Solutions.Wants to know your interest!

We do have openings with the below top notch product based company: 

If you're interested please reply back with your updated resume to shrika@techpointsolutions.co.in with below mention details:

Format below :
CTC: 
Exp CTC: 
NP:
Current Company:
Scheduled interviews on Saturday 22nd March are you available (YES/NO)?:

Kindly do mention for which requirement you're interested?:Role :- QA Engineer

Experienced: 1.6 - 5 yrs. only

Job Location: Pune

Job Description:As a Software Test Engineer, you have the opportunity to improve the quality of various PubMatic products. As a QA engineer you will:*Familiarize yourself and work across diverse PubMatic solutions including but not limited to: Web based, Big Data and Database solutions.*Plan and perform performance tests.*Automate tests using homegrown and open source test frameworks.*Collaborate across teams to develop solution based test plans and ensure that feedback from different stake holders is incorporated.*Work towards sustaining current processes and implementing new ones.Requirements:*Experience working in Linux/Unix environment.*Good debugging skills.*Knowledge of relational databases.*Experience with automation is a must. Hands on experience with any one of the scripting languages is desirable.*Experience with Performance, Scale and Reliability testing would be an added advantage.*Strong understanding of testing methodologies.*Understanding of Web based application architecture and interfaces would be a plus.

1.QA Engineer (AD Server) - Job Code: QADS_2014Above JD + Experience in Scripting (Shell/ Perl) + Automation Testing

2.QA Engineer (UI Testing) - Job Code: QAUI_2014Above JD + Experience in UI testing + Manual/ Automation testing

3.QA Engineer (Big Data) - Job Code: QABD_2014Above JD + Experience in Big Data (Hadoop)

*About Us:With seven offices around the world in the US, Europe, and Asia, PubMatic is a global Ad Revenue Optimization company that provides premier online publishers with a full service solution to manage and monetize their ad inventory. Among the world's most respected online publishers, some of our clients include eBay, NBCNews, Hearst, Rodale, Martha Stewart, Pinger, Toys R Us, Scripps Networks, The Huffington Post, MSNBC, TV Guide and the majority of the comScore Top 10.PubMatic enables publishers to realize the full potential of their digital assets. Since its founding in 2006, PubMatic has consistently been first-to-market with industry-changing products, services and systems for publishers. Our products are supported by always-on consulting and services that reflect our belief in putting publishers' needs first.2007: 1st to Market with Yield Optimization for Publishers across ad networks2008: 1st to Market with Global Demand partner representation for Publishers2009: 1st to Market with Real-Time Bidding (RTB) for Publishers2010: 1st to Market with Data Theft prevention tools and dynamic Brand Protection tool suite2011: 1st to Market with Unified Insights; blending guaranteed and non-guaranteed sales channels; Audience Data Analytics packaging segmented with real-time yield impact; Pixel Blocking for data theft protection; and RTB for Mobile ad units2012: 1st to Market with Unified Revenue Optimization across guaranteed and non-guaranteed sales channels for every impression.

Testing Job : Delloite : Mumbai : March 2014

Job Description 

Analyst - CRM Tester - Consulting - Technology Integration (CRM Testing) - Mumbai-74385

Description

CRM Testers required for Mumbai on a Fixed Term Contract for 6 Months .Level                           : Analyst
Years of Experience     : 4 - 5 years
Location                      : Mumbai 
Duration of contract                                                      - 6 Months fixed term direct contract
Experience Required                                                     –  4 to 5 years of experience
Lead time to join                                                           -  ASAPWork Location                                                               –  Mumbai
Skills required                                                               - CRM testing with FS background.Roles and responsibilities                                              - resource who are really good in Manual testing 

Qualifications

Education: B.E., Degree in Computer Science

Job

  Technology Integration

Primary Location

 IN-Maharashtra-Mumbai (Bombay)http://www.glassdoor.com/partner/job.htm?jobUrl=https%253A%252F%252Fdtt.taleo.net%252Fcareersection%252F11180%252Fjobdetail.ftl%253Fjob%253D74385%2526lang%253Den&jl=979538985&jt=Analyst%20-%20CRM%20Tester%20-%20Consulting%20-%20Technology%20Integration%20(CRM%20Testing)%20-%20Mumba