31 Questions 28 Answers 0 Followers
Questions related from Muhammad Iqbal Hossain
Definition-Use coverage is used in data flow testing. I have generated test paths that covers all definition-use chain of a variable. But my question is, how to prove that? How can I prove that...
25 October 2017 4,545 2 View
Hello, Currently my research is on testing medical device software system. I have done analytic and feasibility part but when i go for actual case study i could not find any suitable example for...
06 October 2016 8,883 4 View
In research we use symbolic execution but in practical there is no good tools. Sometime it is said that symbolic execution technique is still theoretical and difficult to implement. Still i found...
17 August 2016 7,631 4 View
All program have some probabilities of failing. It may be small but nevertheless it is present. Embedded system is usually a critical system and there can be many parts which is error prone....
09 August 2016 2,785 3 View
I have designed a testing approach to test integration fault of embedded system. I have already created the test criteria. But now i need to go for experimentation but i do have any sample code. I...
16 March 2016 1,445 5 View
Suppose, i have two modules. Both of these modules access same file and execute some file operation. There is no direct relationship between the modules but there is a hidden dependency by file....
25 February 2016 251 8 View
I am having some problem in writing evaluation section of my research paper. By some experiment i have collected some data as, Source fault discover rate Existing ...
28 October 2015 7,182 1 View
I have proposed a testing technique and make some comparison with experimental data with existing works(empirical evaluation). But it seems not sufficient for publishing research paper. I want to...
13 July 2015 856 6 View
Inside a public or private cloud several SaaS can interact with each other or with other enterprise application. My question is what are the scope or aspect of integration testing in Cloud?
04 June 2015 8,605 3 View
As it described that the service model of cloud can be Saas, Paas or Iaas. Sometime two or more Saas need to be integrated. In that case how integration testing is performed? What are...
09 May 2015 8,398 5 View
In software testing, fault injection is a technique for improving the coverage of a test by introducing faults to test code paths, in particular error handling code paths, that might otherwise...
16 April 2015 5,578 9 View
Fan-in is a measure of the number of functions or methods that call some other function or method (say X). Fan-out is the number of functions that are called by function X. It is used as a call...
04 March 2015 795 3 View
In Procedural Programming structure a problem is divided into smaller sub-problems or sub-procedures which can be called as function. A software can be small, medium, large, extra large, ultra...
13 February 2015 3,077 12 View
In software testing we solve different kind of errors. What are interaction related error in software testing? Interaction means relationship between functions, module or components.How can we...
28 January 2015 9,682 5 View
Model based testing is a derivative of Unified Modeling Language (UML) concepts. Usually state machine diagram, interaction diagram etc are used to represent the behavior of system. ATM, Elevator,...
19 January 2015 4,587 7 View
Class diagram is used for Object oriented program like C++, Java etc. How can I represent it for C code? C code doesn't have class but they have functions. Each function have variables and other...
05 January 2015 7,148 8 View
Hello, Currently I am working in software testing. I need some large source code of embedded system for testing purpose like: elevator system, patient monitoring system etc in c. I have googled...
22 December 2014 4,257 3 View
Path testing is a structural testing method that involves using the source code of a program to attempt to find every possible executable path. The idea is that we are then able to test each...
18 November 2014 2,088 3 View
Hello Scholars, I am trying to make a common domain for input and output of a function. I divide this domain in input scheme and output scheme. Input scheme contains a set of possible inputs of a...
03 September 2014 2,066 6 View
I want to start my research on testing distributed systems. What are the testing aspects of distributed systems? Can anybody give me some reference from where i can start?
01 July 2014 5,730 3 View
Suppose I have two separate processes P1 and P2. In P1 and P2 there are several modules/components which are standalone. There is no dependency between P1 and P2. P1 and P2 are tested separately...
20 June 2014 3,215 3 View
We know components of Distributed System located at networked computer. Can anyone suggest me how these components interact between themselves and what can be testing aspect of that?
12 June 2014 2,402 4 View
Usually when we write papers we need to show some comparison between existing works and my work. Suppose by using existing approach we get 50% coverage but using my approach coverage is 70%. So my...
25 February 2014 2,962 7 View
I have written a paper on integration testing. In this paper I have proposed a new technique for integration testing. How can I evaluate my approach with existing approaches?
03 February 2014 8,374 4 View
I am working on testing technique for embedded system. To implement the testing technique, I have find some patterns regarding how the testing procedure should executed. For evaluation I have to...
06 January 2014 8,935 5 View
Usually we generate path from the source code using flow graph and use this path for unit/integration testing. In white box testing, there are some coverage criteria like branch coverage,...
04 January 2014 8,648 3 View
There are many unit/integration testing techniques. I would like to know how these techniques are implemented in real world? How testing procedures take place in different companies? What kind of...
11 November 2013 8,955 7 View
While we generate control flow graph from source code it contains many loops like while, if, for etc... So when we generate path for testing what should we need to do to remove a loop? For...
01 November 2013 3,182 1 View
Random testing is a black-box software testing technique where programs are tested by generating random, independent inputs. Results of the output are compared against software specifications to...
24 October 2013 1,807 9 View
Suppose a system have several components like: A, B, C. How can the components interact with each other? What should be test criteria for integration testing?
01 October 2013 355 1 View
Currently, no desired dataset is available for traffic forecasting. can I use a random dataset to show the effectiveness of the proposed model?
01 January 1970 3,182 10 View