naveen


{ City } bangalore
< Country > india
* Profession * sr software engineer
User No # 104674
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 4
Users Marked my Answers as Wrong # 2
Questions / { naveen }
Questions Answers Category Views Company eMail




Answers / { naveen }

Question { Virtusa, 7212 }

If you are a test lead. Then how should you know all the requirements are covered in Test Cases if your team member has wrote the test cases?


Answer

1. Verify the test cases written against the 'Test planning and control' document, if it meets all the pre-decided details.

2. Verify against 'Test analysis and Design' document.

In both the steps test cases should meet the details decided for Test implementation.

Is This Answer Correct ?    0 Yes 1 No

Question { L&T, 7184 }

What is selenium why we are using Selenium with examples?


Answer

Selenium is a suite of tools for automated web testing. It is composed of:

Selenium IDE (Integrated Development Environment): It is a tool for record and playback & it works as a Mozilla Plugin.

WebDriver and RC: It is a API for various languages like Java, C#, PHP, RUBY Etc. WebDriver works with most of the browsers.

Grid: With the help of Grid you can distribute tests on multiple machines so that tests can be run in parallel which reduces the time required for running tests. Grid is very helpful for performing cross browser testing during automation runs.

Is This Answer Correct ?    0 Yes 0 No


Question { Infosys, 7354 }

What is system testing? when we use system testing in our project?


Answer

System testing is concerned with the behavior of a whole system/ product. The testing scope shall be clearly addressed in the Master and/or Level Test Plan for that level.

In System testing test environment should correspond to the final target or production environment as much as possible to minimize the risk of environment-specific failure.

System testing may include tests based on risk, requirement specification, business processes, use cases or other high level text description.
** System testing should test both functional and non-functional requirements of the system. 

Is This Answer Correct ?    0 Yes 0 No

Question { Wipro, 8221 }

How many maximum tables we can join by using SQL JOIN??
 


Answer

SQL server 2005 used to support up to 256 tables, with SQL Server 2008 the number joins that can be used is limited only to number of available resources.

Reference:  https://msdn.microsoft.com/en-us/library/ms143432.aspx

Is This Answer Correct ?    4 Yes 1 No