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  >  Tech FAQs  >  Testing
Go To First  |  Previous Question  |  Next Question 
 Testing  |  Question 580 of 635    Print  
Test Case for Sorted Singl Linked List
Write test case(s) and explanation the same for below program.
(1) Assume two sorted singly link lists. Merge them into a one sorted singly link list.
struct Node{
int data;
Node* next
};
Implement,
Node* SortedList(Node* list1, Node* list2);

(2) Write test cases for following function, mention your assumption(s) if any:
BOOL CopyFiletoString(FILE *hfile, char *str, size filesize);
calling the function like following:
vbool = CopyFiletoString (hfile, str, 100);



  
Total Answers and Comments: 0 Last Update: February 22, 2008     Asked by: iammilind 
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Latest Answer : Generally unit testing is conducted by developers. unit testing means internal logic of given module. for java we use JUnit tool to test java modules ...
Read Answers (7) | Asked by : rajkumar

1. what is the definition of testplan and what it contains? pls provide us to sample testplan template in the site?2. what is the definition of test strategy? what it contains? pls provide us to sample teststrategy template in the site?3. what is end to end testing? what we have to test in end to end testing?4. what is the definition of test methodology? what it contains?5. what is the difference between teststrategy and test methodologies?6.what is concurency testing?7.what is peneatration testin
Read Answers (3) | Asked by : nagireddy

No answer 
Latest Answer : Its the Delivery Team that takes care of this ,  Its the, Time lines for the Product / Project to be accomplished in all aspects. ...
Read Answers (6) | Asked by : Ratna

Latest Answer : Functionality, GUI ,Security these things you can test manualy writting and executing testcases .Even  load testing we can perform manualy but its very time consuming process b'coz in load testing we need to create virtual users , so its always ...
Read Answers (3) | Asked by : shafee

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?
Read Answers (6) | Asked by : shalini

Can anybody tell the difference between negative test case and negative testing. give one example how to write a negtive test case for a textbox which accepts only5 characters
Read Answers (5) | Asked by : manojkumar

Latest Answer : put breakpoint where u can get popup window then tool will stop test execution then u can put check points for that menu objects. and click run from top or from that tsl statement. ...
Read Answers (1) | Asked by : deepu_03

Latest Answer : Test case coverage  = (No of testcases/No of Requirements) for a module /ApplicationIt determins,how much level we cover the requirements of the application ...
Read Answers (1) | Asked by : Vijayanand

Latest Answer : HI   AVINASHur ans is wrong   its not related of  Q   here asking website  security testingwe follow the some techniques1 sql  injection2 xss(cross site scripting)3 intergrity checker4 network scanning or mapping5 ...
Read Answers (4) | Asked by : radhiga

What is watch list?Whether we need to write separate test case for winrunner?When will we decide to do automation?
Read Answers (3) | Asked by : Sudeshsingh.D


 Sponsored Links

 
Related Articles

Testing and Integration

Once the software is complete, it will go though rigorous testing before its actual integration.  In this article we will take a look at different types of software testing and also different types of integration. With the diversity of business setting and software development models, it al
 

Client-Server Testing Technology

Client Server Testing Technology Client Server Software Client server software requires specific forms of testing to prevent or predict catastrophic errors Servers go down records lock I O Input Output errors and lost messages can really cut into the benefits of adopting this network technology Test
 

UML Elements : Use Case Diagram

UML Elements Use Case Diagram In the Unified Modeling Language a use case diagram is a subset of the behavior diagrams The Unified Modeling Language will utilize the use case diagram as a graphical system which symbolizes use cases mosgoogle center It must be noted that UML will not define the stand
 

List of Popular Scholarship and Grants

List of Popular Scholarship and Grants There are a number of popular scholarships and grants that students will want to look for While obtaining these scholarships can be challenging the rewards are well worth it One of the largest sources of both scholarships and grants is the U S Department of Edu
 

Software Testing Myths

Software Testing Myths Any IT professional is sure to know the different phases of the Software Development Life Cycle or SDLC namely Feasibility Study Requirement Analysis Design Construction or Coding Testing Implementation Maintenance Support the activities carried out in each phase their sig
 

Types and Levels of Testing in Programming

Types and Levels of Testing in Programming Testing is an important step in software development life cycle The process of testing takes place at various stages of development in programming This is a vital step in development life cycle because the process of testing helps to identify the mistakes a
 

The Importance Of a To-Do List

The Importance Of a To Do List A To Do list is a list of important tasks that you will need to carry out within a given period of time They are a crucial tool for those that want to be skilled at time management The concept of a To Do list is quite simple mosgoogle By having all of the things you ne
 

Challenges in Testing Web Based Applications

Challenges in Testing Web Based Applications In this tutorial you will learn about Challenges in Testing Web Based Applications Introduction Why testing Web Applications is different Factors effecting Testing of Web Applications Why technology platforms affect testing Challenges in Testing Web Based
 

Auditing Software Testing Process

Auditing Software Testing Process In this tutorial you will learn about Auditing Software Testing Process Introduction Types of Testing Process Audits Audit to verify compliance Audit for process improvement problem solving Audit for Root Cause Analysis Internal Audits External Audits Why Audit Soft
 

Testing for Agile Software Development

Testing for Agile Software Development In this tutorial you will learn about Testing for Agile Software Development Background Understanding Agile Software Development How is Testing approach different in an Agile Development Scenario What to test Typical bugs found when doing agile testing Steps Ta
 





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