Case study like you have been assigned in a team which going
through a crucial phase of the project. Then how you can
save your project to release on time without any defect
leakage….
Dear Gurus,
I have an interview in a company in Chicago and my latest
project has the following description can anyone let me
know what would be the QUESTIONS that can be asked from the
following.
Thanks,
 Developed test cases and test plans and analyzed
the test results using for LoadRunner.
 Involved in Load/Performance Testing
 Created LoadRunner Scenarios and Scheduled the
Virtual user to generate realistic load on the server using
LoadRunner.
 Created and implemented Performance tests using
Mercury Interactive LoadRunner.
 Enhancing the scripts using Generator and performed
Parameterization and Correlation to meet the requirements.
 Involved in performing load and stress test on the
application and server by configuring LoadRunner to
simulate hundreds of virtual users and provided key metrics
to the management.
 Configured and Using Performance Monitor to monitor
and analyze the performance of the server by generating
various reports for CPU utilization, Memory Usage, load
average etc.
 Involved in conducting stress test and volume test
against the application using LoadRunner.
 Used Quality Centre to invoke the scripts and
initially performed the baseline testing and organized all
the scripts systematically and generated reports.
 Performed regression testing for every modification
in the application using Win Runner.
 Involved in performance testing of server’s load
and scalability by creating multiple Virtual Users by using
Load Runner Virtual User Generator component.
 Created detailed test status reports, performance
capacity reports and graphical charts for upper management
using Load Runner analysis component.
 Involved in parameterization of script using VuGen
in Load Runner.
Please.........
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList<string, AddInProject>
m_addinProjects;
public AllAddInProjects()
{
m_addinProjects = new SortedList<string,
AddInProject>();
}
}
}
What is the function of the CustomValidator?
a) It allows for custom C# client-side code to validate
entries in a control.
b) It allows for a custom mixture of validator controls to
use one central control for the display of messages.
c) It uses scripted client-side code to validate the entry
in a control.
d) It uses server-side code to validate the entry in a control.