Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

SoftSquare Manual Testing Interview Questions
Questions Answers Views Company eMail

I am doing manual testing for one website application. already i had prepared test case report,bug tracking report. now i need to perform functional testing of the application and prepare function test report. so can u send one model of the functional test report to me.. it is very helpful to me. my id is sunaruna84@gmail.com

1408

I am doing manual testing for on web application.how to prepare the tracebility matrix for that website? whats the use of the tracebility matrix?. canu send one model of the tracebility matrix.

2 4951

why tracability matrix need in manual testing? how to create tracebility matrix for web application.. please can u send ur replies

2 8446

Post New SoftSquare Manual Testing Interview Questions


SoftSquare Manual Testing Interview Questions


Un-Answered Questions

How can we configure apache tomcat in java eclipse ide or explain the setup of apache tomcat server?

440


if customer's credit has misused Rs.30000. Write a email to customer.

2411


Can I learn spring boot without spring? : Spring Boot

152


What is the 2 4 8 rule in powerpoint?

118


what is the difference between torque induced and torque load?compare them with respect to dc motor?

1575






I need testPalindrome and removeSpace #include #define SIZE 256 /* function prototype */ /* test if the chars in the range of [left, right] of array is a palindrome */ int testPalindrome( char array[], int left, int right ); /* remove the space in the src array and copy it over to the "copy" array */ /* set the number of chars in the "copy" array to the location that cnt points t */ void removeSpace(char src[], char copy[], int *cnt); int main( void ) { char c; /* temporarily holds keyboard input */ char string[ SIZE ]; /* original string */ char copy[ SIZE ]; /* copy of string without spaces */ int count = 0; /* length of string */ int copyCount; /* length of copy */ printf( "Enter a sentence:\n" ); /* get sentence to test from user */ while ( ( c = getchar() ) != '\n' && count < SIZE ) { string[ count++ ] = c; } /* end while */ string[ count ] = '\0'; /* terminate string */ /* make a copy of string without spaces */ removeSpace(string, copy, ©Count); /* print whether or not the sentence is a palindrome */ if ( testPalindrome( copy, 0, copyCount - 1 ) ) { printf( "\"%s\" is a palindrome\n", string ); } /* end if */ else { printf( "\"%s\" is not a palindrome\n", string ); } /* end else */ return 0; /* indicate successful termination */ } /* end main */ void removeSpace(char src[], char copy[], int *cnt) { } int testPalindrome( char array[], int left, int right ) { }

2198


What is the best practice for running mysql queries in php? Consider the risk of sql injection.

544


What are the advantages of ics over discrete component circuits?

658


Which commands you use to lock the database in mongodb?

5


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

498


Define piggybacking?

203


How to Explain about BO projects in interviews?(in Banking,insurance,Manufacturing domains)

4305


What is difference between hashmap and arraylist?

506


What are topping and superposed turbines?

741


what is the difference between captive consumption and cenvat in tally erp9 and when we have to use it

1838