| Back to Questions Page |
| Question |
Can any one please explain me, what kind of defects we
should not raise while doing System Testing? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Ramya |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
System testing involves:
Functional testing,
GUI testing,
Usability testing.
Defects rewlated to other functional attributes of software:
i.e,Performance,Configuration,Security,Portability..etc
byee
Friends
Rajendra
rajendra_penumalli@yahoo.com  |
0 | Rajendra |
| |
| |
| Answer |
System testing is entirely related to the system's
functionalty.So we need to report the defects related to
the system functionalty ,
So no need to discuss about non functional related defects
and performance related defects.
like Configuration ,compatability,Endurance,Load testing
defects etc  |
0 | Preethi |
| |
| |
| Question |
1.what is the difference between file eway and batch eway?
2.What is meant by built and deploy?
3.How to create webservice in seebeyond?
4.What is webservices? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Sithanandam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
1. File eway is used for simple read / write operations to
a file location whereas a batch eway provides many more
features for defining rules for file transfer. Batch eway
provides a robust way of transferring files.  |
0 | Madhavi Adiraju |
| |
| |
|
|
| |
| Question |
Write an SQL query if u want to select the data from one
block which intern reflects in another block ?
thanx,do reply |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: AnithaBabu1 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
select * into table1 from table  |
0 | Jerald |
| |
| |
| Question |
How to test CICS, MainFrame applications |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Tej |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Either use CEDF to test each EXEC CICS command or use a
package like INTERTEST.  |
0 | Bernard Thomas |
| |
| |
| Answer |
Intertest  |
0 | Guest |
| |
| |
| Answer |
Using XPED transaction with Changeman CICS Xpeditor option
to "y" while compiling. The Disadvantag of CEDF is if the
transaction abends exit from the trasaction is not possible.  |
0 | Srini |
| |
| |
| Answer |
i think srini is correct
by xpeditor is best than cedf.  |
0 | Chinababu |
| |
| |
| Answer |
CEDF is a dignoistic facility, According to me we can test
only cics commands, but to track of SOC or system error, it
is best practice to use xpd  |
0 | Gowda |
| |
| |
| Question |
SQL:
1. Write a queryto retrieve the author who was
published a book at the youngest age?
2. write a query to retrieve the no. of books
published a each year in various languages?
3. write a query to retrieve no. of books published by
them only those authors who have published more than 1 book?
4. write a query to retrieve who has not published any
books during the year 2006?
5. write a query to retrieve the authors who has
published any books during the birth date write this query
in 2 ways 1)joins 2)sub query
6. write a query to retrieve all the books which was
published during jan 2007 & title containing India or
published in the language hindi?
1. table name is liberary managemnt and two column is
there one is authors and another one is books .
2.four fields will comes under authours like nationality,
birthdate ,first-language,second-language
3.four fields will comes under books like
authour,title ,language,publish date to write query using
this details |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Sureshasall |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
select * from published book where min(age);  |
0 | Nani |
| |
| |
| Answer |
select count(books),year(publish date)as
Year_Published,language from library management a,books b
where a.authour=b.authour group by Year_Published;  |
0 | Vijay [Aryans] |
| |
| |
| Answer |
select count(a.books),year(b.publish date)as
Year_Published,language from library management a,books b
where a.authour=b.authour group by Year_Published;  |
0 | Vijay [Aryans] |
| |
| |
| Question |
can we directly write test cases in test directory. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
yes.under testplan tab in testdirectory we can write test
cases.  |
0 | Guest |
| |
| |
| Question |
WHAT ARE THE BUG TOOLS USED IN YOUR COMPANY |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Kishore |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Qulity Center  |
0 | Sneha |
| |
| |
| Answer |
TestDirector and Ms-Excel  |
0 | Shalini |
| |
| |
| Answer |
mantis  |
0 | Praveen |
| |
| |
| Answer |
Bugzilla from Mozilla Org  |
0 | Mahesh |
| |
| |
| Question |
Hi frnds im Priyan.in interviews they are one question 4r
me. " AS A TESTER, WHAT IS UR GOAL OR AIM OR AMBITION..? "..
can any one gve answer perfect answer ? tank u .. reply me plss |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Priyan |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
The goal of a tester is to find faults :-)....no
application can be termed as completely bug or error free
so it is the goal of a tester only to find the faults in it
so that the application can be tested in all scenarios and
environments before its commercial use  |
1 | Vishal |
| |
| |
| Answer |
The main goal of a software tester is to find bugs, find them as early as possible
and make sure that they get fixed.  |
0 | Sujatha |
| |
| |
| Answer |
The main aim of a software tester should be he/she should
have the ability to break the system.  |
0 | Prabhu |
| |
| |
|
| |
|
Back to Questions Page |