GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Testing  >  Software Testing
Go To First  |  Previous Question  |  Next Question 
 Software Testing  |  Question 169 of 256    Print  
1.How to estimate test effort?
2.How to test server without client?
3.If their is less time for testing How do test plan the application?
4.Adhoc Testing?
5.What is sysops Testing?
6.Detetmine server stability through load/performance testing?
7.tomake attributes test engineers?
8.If change the code how do you dynamic changes?
9.write a TSL script for addition of 2 no.s?
10.What isthe name of the class in WR where declare inarray in a function?

  
Total Answers and Comments: 2 Last Update: January 23, 2007     Asked by: T.N.PARIMALA 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 13, 2007 08:00:16   #1  
NATRAJ00 Member Since: December 2006   Contribution: 8    

RE: 1.How to estimate test effort?2.How to test ...
Test effort is measured by matrices.

1. product: To check how many KLOC(Kilo lines of code) has been written.
2. quantity: To Check how the Person Month(PM) i.e., how much one person work for 1 week.
3. productivity: (Bugs found by tester)/(Bugs found by tester + bugs found by user)


 
Is this answer useful? Yes | No
January 23, 2007 14:03:32   #2  
NeelimaReddy Member Since: January 2007   Contribution: 2    

RE: 1.How to estimate test effort?2.How to test ...
3. if there is less time for testing u have to go for functionality testing4. Adhoc Testing means , sometimes test engineers conduct adhoc testing on predetermined ideas When there is lack data to overcome this problem they conduct adhoc testing9. TSL script for Addition 2 no.sThere many ways to this operation such as using a userdefined function, using excel sheets(data driven testing)As TSL is like as C language. U can write as follows a = 10;b = 20;c = a + b;printf("%d", c);this will print result in a separate window(or)using Excel sheet also we can add multiple numbersfollow the steps for datadriver wizard teststeps are:tools--DataDriver Wizard---Click Next---Click Next---Check Show data table now(if u want)--- Click Finishu can see data table by navigating if u have selected it Tools---Datatable then enter the values in A and B columns in excel sheet After ddt_set_row in for loopwrite the following statementsa = ddt_val(table, "A");b = ddt_val(table, "B");c= a+b;ddt_set_val(table, "C", c);ddt_save(table);
 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Staple a thick piece of paper (thickest allowed)Staple the most common thicknessStaple the thinest allowedVerify that all staples hold ...

Latest Answer : Writing cases from specifications is good in theory, and I am sure that is appropriate in the developement of mission critical system.  But since I have worked on normal consumber software,  I have never seen a specification that is at all useful.  ...

Latest Answer : I guess the answer for this question will differ from each one depending on the project you have done earlier. This is one other question which expects you to bring out your experience in generating test cases.If you ask me.. i wud say few words about ...

Latest Answer : I am a tester, not a developer.    It would be foolish to give me source code, but if you want my advice, don't.....  If you don't know the code,  the quality of the finished product will probably be best served by leaving ...

Latest Answer : hi,Initially, Depending upon on individual interests people choose their fields, But if they do not believe in testing then i would ask them to go through the book "Lessons Learned in S/W Testing" by CEM KANER.And also i would ask them why are ...

Latest Answer : As the name suggests, Replace String method is used to replace a string in any document/file etc. e.g. Replace function in MS-Word application. ...

Write test cases for char * my_itoa(int n) method? What if this function is mission critical? How will you test it? How can you speed up the implementation?

Latest Answer : 1.Random Text, try all characters, most common fonts.2.Graphics, design a page that uses the most memory possible, often laser printers run out of memory and fail to print part of the page. ...

Latest Answer : You can not test all of the key combinations, so you would have to construct a matrix, and pick which combinations to test.  Of course testing standards for hardware tend to be much more rigurous than software testing, except miltary avionics software, ...

How will you test a newly installed elevator? What will you be the broad categories of your test cases.


 Sponsored Links

 
Related Articles

Linux Thin Client Networks Design and Deployment Review

Linux Thin Client Networks Design and Deployment Review Introduction This book is written by David Richards a veteran Linux thin client network designer Designed for System Administrators Linux Thin Client Networks Design and Deployment goes over the concepts which are related to thin client network
 

Business Intelligence Key Performance Indicators

Business Intelligence Key Performance Indicators What are Key Performance Indicators Key Performance Indicators are also known as Key Success Indicators they help an organization to better define and measure their progress toward professional goals Once an organization has clearly identified its nee
 

Business Performance Management

Business Performance Management What is Business Performance Management Business Performance Management is most commonly described as a set of processes that help companies or organizations optimize their business performance It is specifically designed to organize automate and analyze business meth
 

ODP.NET - Techniques to Improve Performance while Retrieving Data

ODP NET Techniques to Improve Performance while Retrieving Data Performance tuning is a great subject in Oracle Volumes of books would not be enough to cover every aspect of performance tuning in Oracle However in this section we will only discuss the fundamental performance techniques while working
 

SQL Server 2005 Integration Services Review

SQL Server 2005 Integration Services using Visual Studio 2005 A Beginner s Guide SQL Server 2005 A offering of Microsoft Corporation for database management the SQL server 2005 is one of the powerful database management systems in the world Available for integration in almost any system that uses Mi
 

SQL Server Integration Services

SQL Server Integration Services Here is a sample chapter from Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 by Jayaram Krishnaswamy Environment set up for Visual Studio 2005 with respect to SSIS and multiple tasking Connecting to Microsoft Access Text Files Excel S
 

SQA Software and Tools

SQA Software and Tools In quality assurance it is always important to get all the help we could get In other industries developers could easily check the products manually and discard those that do not meet the standard The length and the width of the product are checked to maintain standardization
 

What is Software Quality Assurance?

What is Software Quality Assurance Business software is never built overnight It takes a lot of planning consultation and testing to be able to come up with an initial version of the application If a business hurries up the development of a certain application they would end up spending more in addr
 

Software Quality Assurance Training

Software Quality Assurance Training In this training session you will learn about SQA Software Quality Assurance SQA Principles SQA Planning SQA Project Metrics SQA Software and Tools SQA Analysis SQA Approaches and Methodologies SQA Planning and Requirements SQA Lifecycle Standards SQA Implementati
 

Web Server

Web Server A web server can be a program or the computer itself which receives the requests from various other browsers and responds to those requests These requests are all requests that are being sent for some documents There are two kinds of web servers available The web server program and the
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape