| Back to Questions Page |
| |
| Question |
Difference between actions and functions |
Rank |
Answer Posted By |
|
Question Submitted By :: Sirisha |
| This Interview Question Asked @ Ordain-Solutions |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Actions can be reusable or non reusable but functions are
always reusable..  |
| Nehasahu |
| |
| |
| Answer | Actions are like every event (like press button, mouse
click )
Functions are Functionality of an Application like
Insert scenario, Update Scenario, Delete Scenario
like that...  |
| Ramprasad.s |
| |
| |
| Question |
can anybody please send me important scripts in qtp |
Rank |
Answer Posted By |
|
Question Submitted By :: Sirisha |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | VB script is used by QTP  |
| Saurabh |
| |
| |
|
|
| |
| Question |
what methods will u follow to prepare testcases in ur org? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Generally Test cases are prepared by FRS and SRS documents
Testers will follow usecases and scenario's and flow charts
to prepare
testcases
boundary value analysis
Eqivalence class partitioning
Error guesssing
cause and Effect graphing  |
| Sirisha |
| |
| |
| Answer | hi
Test cases are Designed Using Test Scenario's
Test Scenario's are prepared using Business Logic of
Use cases
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | depend on the organizations ,but my company follows this
type of formate : given below
serial no:
testcase no:
test case id:
discription:
exepect result:
actual result:
pass/fail:
maxim companys follows this types of format only
pls tell iam correct not  |
| Rupesh |
| |
| |
| Question |
what is traceability matrix? when we are using this
traceability matrix in ur project? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ AZTEC |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
RTM has Business Logic
Where we can prepare Test Scenario's
RTM could also be used to Map the Requirement
to Test Cases.
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | Tracebility Matrix is a proof of document, which says that
all the specifications are tested according to the
requirements and the application is bug free.  |
| Naresh |
| |
| |
| Answer | Traceability Matrix is a one type of checking process which
gives the details about requiremts that are not covered in
the test document. It is a conformation process to check
test case document cover all the requirements exactly or not.
Traceability Matrix contains a tabular format that have the
reference numbers of all the documents that is used to
prepare the Test case Document
This may like following format
UCD-Ref-No Functional_Point_Doc-Ref-No
Master_Test_case_Doc_Ref-No Test-Case-No  |
| Surii |
| |
| |
| Question |
why u are using multiple test data in retesting? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
Because Fixed Build could show error while Doing
Regression Test.
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | Fix for that bug has arraised a bug for the other test data.  |
| Srini |
| |
| |
| Question |
in database testing, which are the things u used? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
Database connectivity
Domain Constraints
key constraints
Using(JOINS)
sun_ramprasad2yahoo.com  |
| Ramprasad.s |
| |
| |
| Question |
As a test engineer, to whom u are submitting test report? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | As a test engineer, to software developer we are submitting
test report.  |
| Dibya |
| |
| |
| Answer | to test lead  |
| Ch.s.m.prasad,kkd |
| |
| |
| Question |
what is the format of test report? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Test Report is a detailed analysis or summery of what we
have done in our testing.You can use it for history purpose.
On a high Level (Template):
1. Introduction : { what for this report ...}
2. Test Environment : { Tested Environment..platforms you
tested etc.}
3. Testing Overview and Build Summary : {Type of testing
and complete details about your each builds}
For ex :
Build No.
When you recieved from dev.
What is the duration :
Testing type:
No. of fixes:
Verifications:
Closed:
Opened:
Reopened:
FAD:
ER and IR:
4. Test Coverage : {Accross each build}
5.Test Effort : { Man-hrs is preferable}
6.Test Results :
7.Defects : { Summarize all the defects}
8.Release Criteria.  |
| Rajasundar |
| |
| |
| Question |
if u have 10 inputs & you written 500 testcases for
that.out of this u found 20 defects.as a tester how u found
from which requirement that a particular defect will occur. |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Through Traceability Matrix  |
| Rama |
| |
| |
| Answer | We can check it out by traceability Matrix-
Traceability Matrix is nothing but No of test cases executed
to that of the requirements.
Shravan Kumar Akula
CTT me - Coolshravan4u@yahoo.co.in, If u have any queries.  |
| Shravan Kumar Akula |
| |
| |
| Answer | Good Question.
Ofcourse through Tracebility Matrix.
In detail..
If you are writing 500 testcases for 10 inputs then all the
test cases can not be direct cases; means, dependent test
cases should be there(test case depends on another
testcase).
So if a test case is failing then obviously the dependent
test cases will also fail. But usually we use to say that
the dependent cases are blocked(instead of fail) because of
the failed test case.
Take an edit box in the screen.
The requirement could be:
User is allowed to enter the values in the username and it
should accept 10 chars only.
Now, consider the following test cases for this requirement.
1. User able to enter data in username field.
2. Check for max. length of username field.
Assume the first case fails.i.e, the edit field doesn't
allow the user to enter the values;what happens to the
second case ? The tester cannot execute the second case as
he cannot enter the data into edit field.In this scenario
the second case is said to be blocked by case 1 and both
belong to the same requirement.
Usually in the tracebility matrix, we use to map the test
cases developed for the particular requirement.Say, if you
are developing 10 cases for a requirement and 1 case is
failing and remaining 9 cases are passed, then the
tracebility matrix does not say the requirement is passed.
Only if all the 10 cases of the requirement are passed then
only the tracebility matrix shows the requirement is Passed.  |
| Rajasundar |
| |
| |
| Question |
if we have normal testcase,it is failed, and regression
testcase is also failed.what is the bug present in both the
testcases? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | we will report same bug number for both testcases.and
status of the bug remains active.  |
| Rama |
| |
| |
| Answer | i will give the same defect ID for both test cases and i
will put the status as NEW.  |
| Siva Sankar |
| |
| |
| Answer | If i report same bug two times i'll change the bug
status.But i'll not change the test case number.  |
| Prapulla |
| |
| |
| Answer | If a Bug is existed in Present build( Normal test case) and
Regression status.... Then it can be treated as Duplicate/
Production defect with same Defect No. I feel  |
| Rajesh |
| |
| |
| Question |
what is peer test? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space , Softprodigy |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
Peer Test is a review process
In a Testing Team
Tester A will Review Tester B Document &
Tester B will Review Tester A Document.
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | Reviewing the docs(Peer testing) or code by your peer(peer
code review).  |
| Rajasundar |
| |
| |
| Question |
for example, we have old password,confirmed password, new
password followed by submit button. what are the test cases
written for that? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
You have to Prepare Business Flow for all the
Three passwords with combination of Username
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | Hi..
Can you please explain in brief  |
| Shah |
| |
| |
| Answer | PLEASE EXPLAIN INDETAIL  |
| Praveen |
| |
| |
| Answer | please explain in brief  |
| Pola |
| |
| |
| Answer | Out line:
1. Data Validity.
2. Navigation.
3. Functionality.  |
| Rajasundar |
| |
| |
| Answer | hi ppp,
can u please explain clearly  |
| Sunithayagnamurthy |
| |
| |
| Question |
what is walkthrough? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
formal review
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | Hi
review without preparations
everyday morning module lead speak with us for 5 to
10 minutes is walkthrough
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | Hi some body has written wrong walkthroughs are informal
reviews. In walkthroughs everybody will partcipate
testers,developers and technical writers.walkthrough will
conduct when ever necessary.  |
| Rama |
| |
| |
| Question |
for example, if we have a textbox ranging from 0-100. which
methodology we are using & what are inputs we are observed? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
1. Methodologies are EP & BVA
2. inputs are based on scenario's(use case)
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Question |
what is deffered defect? |
Rank |
Answer Posted By |
|
Question Submitted By :: Ppp |
| This Interview Question Asked @ Semantic-Space |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
Bug differed is
bug with least significant
customer or clinet point of view not important
sun_ramprasad@yahoo.com  |
| Ramprasad.s |
| |
| |
| Answer | When a tester finds a bug,the bug is reported to
developer,the status of the bug is " open".
Developer agrees to fix that bug in next version of the
product and marks the status of bug as "deferred".  |
| Sindhuja Rao |
| |
| |
| Answer | when a bug is found and when a developer cant fix the bug
in this release and the developer changes the state of the
bug to differ that it wil get fixed in the next release  |
| Sowmya |
| |
| |
| Answer | In some cases a particular bug stands no importamce & is
needed to be/can be avoided, that time it is marked
with 'deferred' status.  |
| Dipti Surve |
| |
| |
|
| |
|
Back to Questions Page |