24 Questions 22 Answers 0 Followers
Questions related from Muhammad Iqbal Hossain
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,573 4 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,392 5 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,136 1 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,547 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,338 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,512 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 754 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,025 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,630 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,539 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,100 8 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,031 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,018 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,668 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,157 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,359 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,924 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,317 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,891 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,594 3 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,127 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,758 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 308 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,111 10 View