In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?
3 10422Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.
2 7181What is your experience with change control? Our development team has only 10 members. Do you think managing change is such a big deal for us?
2165Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
2042We believe in ad-hoc software processes for projects. Do you agree with this? Please explain your answer.
2 7456Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
2140Give me an example of something you tried at work but did not work out so you had to go at things another way.
2112How can one file compare future dated output files from a program which has change, against the baseline run which used current date for input. The client does not want to mask dates on the output files to allow compares.
1 4923Post New Ordain Solutions Interview Questions
How to get elements in reverse order of an array in php?
public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?
I would like to know where the batch status can be set in sap. We have the stock type q for quality inspection. We would like stock type r for rework and s for blocked. Where can this be set in sap?
What is the @bean annotation?
What is the requirement of debugging in javascript?
What all things can you automate?
Do you think that FDI in retail sector will really affect the farmers in India?
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Explain how do you validate the controls in an asp .net page?
Which database is best for python?
What is pipe in angular?
Explain paging concept in memory?
How do I run a script from the command line in windows?
What are distributed technologies?
What are the ios devices?