ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories >> Software >> Testing
 
  Manual-Testing (3957)  QA-Concepts (438)  Mobile-Testing (42)  Test-Cases (219)  Test-Documents-Reporting (38)
  Testing-AllOther (357)
 


 

Back to Questions Page
 
Question
How do we decide that testcases covers all the requirements?
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Infosys
I also faced this Question!!   © ALL Interview .com
Answer
on using tacebillity maatrix
 
0
M.krishna Sekhar
 
 
Answer
The coverage of testcases can be decided through 
Tracebility Matrix with which we can explain the process of 
through requirements of the users. Generally the 
tracebility matrix may include the following:

1. User Requirements
2. Reviews statements (SRS)
3. Scenarios (Test Conditions)
4. Test Stratagey
5. Test Technique
6. Test Sumarry Report

          If any doubts pls free contact me my id is 
dsrinivas1982@gmail.com and pls send question to me also so 
that I can enrich my knowledge on testing concepts.
 
0
Srinivas
 
 
Answer
By using tracibility matrix we will decide whether are 
requirements are covered or not .

In tracibility matrix we will have:
a)REq id :
b)Testcases id.
Here we will map the requiremnts to the testcases & ensure 
that all requirements are covered.
 
0
Divya Nadana.b
 
 
 
Answer
by using RTM(requrment tracibility matrix)we can decide all 
the test cases r coverd r not

 this is to check wether all the functanalites r coverd r 
not.
1.sr.no
2.reqirments ID.
3.Description
4.unit testcase ID
5.System testcase ID
6.impact analysis
7.bidirectional impact  

 for based on this we can do regration testing
 
0
Soori
 
 
Question
What is API testing?
Rank Answer Posted By  
 Question Submitted By :: Shell
I also faced this Question!!   © ALL Interview .com
Answer
Application programming interface
 
0
Kumaresh
 
 
Question
what are the SQL commands used in for union,intersection &
all operations.Please reply fast.
Rank Answer Posted By  
 Question Submitted By :: Samuel
I also faced this Question!!   © ALL Interview .com
Answer
select name from emp union As select name from emp1;
 
0
Jj
 
 
Question
What is the use of sendkeys.In which cases we Use this 
sendkey.Pls explain with example.
Rank Answer Posted By  
 Question Submitted By :: Guest
This Interview Question Asked @   Cap-Gemini
I also faced this Question!!   © ALL Interview .com
Answer
Sends one or more keystrokes to the active window (as if 
typed on the keyboard).

syntax:object.SendKeys(string)
 
0
Pranitha
 
 
Question
Can any one tell the different properties and values of 
differnt objects like 
Browser,Page,link,webedit,webcombobox,webradio 
botton,webcheckbox and web button.Because I am facing a lot 
of problems in interviews with Descriptive Programing.I 
never worked on web Application...Pls help any one as soon 
as possible....
Rank Answer Posted By  
 Question Submitted By :: Guest
I also faced this Question!!   © ALL Interview .com
Answer
HI,

  this is simple. we can write DP by using Object
Identification dialog box and Object Spy.

in the Object Identification dialog box we can know which
properties we have to write while DP...and in Object SPY we
can know run time values of these properties.

 For Browser and page  we can give wither Name property or
title property.
 for link HTML Tag and Name.
for webcombo box : class name, attachedtext

   like this we can write. please check in Object
Identification dialog box.
 
0
Nanda
 
 
Question
Hi, This srinivas, 

Q: After testing in what way we concluded the testing is 
over without Tracebility Matrix and what is the role played 
by the Tracebility Matrix and what are the documents that 
tester should submit to his QA manger after testing in 
Manual Testing apart from the Test cases.
Rank Answer Posted By  
 Question Submitted By :: Srinivas Kumar
I also faced this Question!!   © ALL Interview .com
Answer
After testing, we collect metrics of no of bugs found, 
open, closed which decides we can close the testing or not. 
Sometimes it depends on the time also. Generally very less 
time is given to the testing team which is though not a 
proper process, due to which there time is very less and 
hence have to stop testing. 
Tracebility Matrix is a work product which helps in tracing 
if all the requirements are developed and tested or not. 
Whether all the bugs found are closed for that test case or 
not. 
Test must submit the test cases, test report, bug report, 
test results to his/her manager
 
0
TSri
 
 
Question
How do we run the Data Base Testing Manually
Rank Answer Posted By  
 Question Submitted By :: Sudeepth Madhur
This Interview Question Asked @   East-Collaborative
I also faced this Question!!   © ALL Interview .com
Answer
by data validation and data integrity.data validation means 
whether a new value inserted into a table correctly 
inserted or not
data integrity means the impact of the new value on the 
existing value

 hi this is satya ,any doubts contact:9912418320
 
0
Satyaprasad
 
 
Answer
We have to insert new values in the front end.After that we 
have to open the database and check whether the values are 
inserted correctly.
 
0
Vidhya
 
 
Question
what are the type of test strategy
Rank Answer Posted By  
 Question Submitted By :: Sudeepth Madhur
I also faced this Question!!   © ALL Interview .com
Answer
According to me they are no types in test strategy.....
The test strategy is a company level document which does 
not change from project to project but according to project 
only small modifications will be made...
 
0
Rajesh.pothina
 
 
Question
How do we run the database testing manually
Rank Answer Posted By  
 Question Submitted By :: Sudeepth Madhur
I also faced this Question!!   © ALL Interview .com
Answer
Just do any operations like insert,delete or modify in
application and see manually that the operation has effected
in database or not(for database Testing u will have DB user
id and password, and u should give the data source name)


If there is any wrong pls let me know
 
0
Rathnam
 
 
Answer
Simply u can Add,Delete and Modify records with the help of 
application  and then use diff.SQL queries to fetch data 
from database then u come to no What type of changes were 
happen in database.
 
0
Sham
 
 
Question
What is QA Life Cycle?Can anyone describe it?
Rank Answer Posted By  
 Question Submitted By :: Jabadu2007
I also faced this Question!!   © ALL Interview .com
Answer
Quality Assurance means Prevent Defects,So

Life Cycle of QA is Reviews-unit tsting-
integration testing.
 
0
Karunakar Reddy
 
 
Answer
QA life cycle doesn't necessarly be the same with all the 
organizations .. Depending upon the risk associated with 
the application and the flow that the company is working 
upon , the testing life cycle may change .. A typical QA 
life cycle consists of the following components .. 

Verification (includes reviews of the designs and specs 
etc) - Unit Testing at the very begining stage of the bug 
fix - Integration testing (may be before or after 
functionality testing) - System testing - Acceptance 
Testing - Production 

Again the above flow need not be the same with all 
organizations
 
0
Chaithanya Anumanchi
[Marvellous Ventures]
 
 
Answer
-Gathering Requirements
-Preparation of design doc and system specification doc
-Coding or developing the internal structure of application
-Unit testing by developers
-Quality assurance testing
Minimum acceptance tetsing, Functional, module or component,
-Integration, System and User acceptability(alpha & Beta 
testing)
-Deployment and maintainence

This is in general,it might change from org to org. Some 
these steps might be skipped based on the complexity of the 
project and the extent of risk involed and quality reuired.
 
0
Madhu
[Marvellous Ventures]
 
 
Question
Who will excatly assign the priority to the bug.. ...
Rank Answer Posted By  
 Question Submitted By :: Jabadu2007
I also faced this Question!!   © ALL Interview .com
Answer
Whoever opens the defect for the bug (tester) will assign 
the priority depending on how it affects the project.
 
0
Rekha
 
 
Answer
Project Leader / Project Manager
 
0
Devang Thakkar
[Marvellous Ventures]
 
 
Answer
once defect was detected by the tester ,first he report 
that Bug to testlead with a status NEW ,test lead will 
revise that bug whether it is genuine bug or not .if it is 
genuine then he assign priority and report that bug to the 
developer with ASSIGN status

 hi this is satya ,any doubts contact:9912418320
 
0
Satyaprasad
[Marvellous Ventures]
 
 
Answer
once defect was detected by the tester ,first he report 
that bug to testlead with a status"new" and first 
tester/testlead give the sevirity to the bug after sending 
the bug to developers status which is "assign"they will 
give the priority to the bug.
 
0
Samratreddy
[Marvellous Ventures]
 
 
 
Back to Questions Page
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com