suppose our project is developed using java
technologies.after complition of the coding developer
relesed a build to the testing team.so, what is the process
means how we open that documents?what are that documents?plz
give reply its urgent
Answer Posted / ravi_kanakam
The process we are following is as follows:
The project manager releases the build to the testing
team. First we receive SRN(Software Release Notes) and DD
(Deployment Document) through VSS(Visual Source Safe). Our
deployment team will deploy the Build as per the
instructions in the deployment document. Once deployment
is done, we invoke the application and execute our test
cases as per the test case document.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How you can delete excel file in qtp?
Where you are storing your script?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
What is the new version of qtp which is recently released in the market?
What is qtpro?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How may types of defects identify application or your currently working application?pls give me answer..
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
Discuss the QTP Environment?
How do you check ticket cost and ticket number in flight application?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
What is synchronization point in QTP?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!