<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
  <channel>
    <title>FYI Center :: Forum</title>
    <link>http://www.fyicenter.com/</link>
    <description>Find Your Information here! :: XOOPS Community Bulletin Board</description>
    <lastBuildDate>Wed, 25 Nov 2009 22:58:51</lastBuildDate>
    <docs>http://backend.userland.com/rss/</docs>
    <generator>CBB 3.08</generator>
    <category>Forum</category>
    <managingEditor>webmaster@fyicenter.com</managingEditor>
    <webMaster>webmaster@fyicenter.com</webMaster>
    <language>en</language>
        <image>
      <title>FYI Center :: Forum</title>
      <url>http://www.fyicenter.com/modules/newbb/images/xoopsbb_slogo.png</url>
      <link>http://www.fyicenter.com/</link>
      <width>92</width>
      <height>52</height>
    </image>
            <item>
      <title>Any more information on how to start QA within Testing enviroment 2? [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=998&amp;forum=1</link>
      <description>SQA Career Center:: Any more information on how to start QA within Testing enviroment 2?&lt;br /&gt;
&lt;b&gt;Any more information on how to start QA within Testing enviroment 2?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Assuming you are talking about QA and not QC, following is a post I&lt;br /&gt;made in another group some months ago. Hope this information is&lt;br /&gt;somewhat useful.&lt;br /&gt;&lt;br /&gt;Following are some steps you can use to kick start the process:&lt;br /&gt;&lt;br /&gt;1] Create a formal group in your organization that you can call as&lt;br /&gt;&amp;quot;SEPG (Software Engineering Process Group)&amp;quot; or &amp;quot;Process Engineering&lt;br /&gt;Committee&amp;quot; or something like it.&lt;br /&gt;&lt;br /&gt;2] Try to enlist the services of the highest management person that you&lt;br /&gt;can get to agree and make him the committee head. This will ensure that&lt;br /&gt;the seriousness of your efforts is clearly conveyed to other employees&lt;br /&gt;in the organization.&lt;br /&gt;&lt;br /&gt;3] Identify the various persons in your organization who are subject&lt;br /&gt;matter experts in their field of work &amp; try to make them members of the&lt;br /&gt;committee.&lt;br /&gt;&lt;br /&gt;4] Identify the processes in your organization that you would like to&lt;br /&gt;improve&lt;br /&gt;&lt;br /&gt;5] Create subcommittees or subgroups that will have the responsibility&lt;br /&gt;of creating the standards for those processes. Depending on how many&lt;br /&gt;persons you are able to include in your SEPG or PEC, many subgroups can&lt;br /&gt;be formed simultaneously. Make sure that the group creating the&lt;br /&gt;standards for a process has a member from the group of users who will&lt;br /&gt;actually use the process.&lt;br /&gt;&lt;br /&gt;6] Once the subgroups create the standards and it is approved by the&lt;br /&gt;management, implement it on a pilot project or part of a project.&lt;br /&gt;&lt;br /&gt;7] After the process has been live for some time, determine the&lt;br /&gt;benefits that have been achieved. If no benefits are visible, go back&lt;br /&gt;to the drawing table and modify the process.&lt;br /&gt;&lt;br /&gt;8] If benefits are clearly visible, rollout the process improvement&lt;br /&gt;across the whole project &amp; them across the organization.&lt;br /&gt;&lt;br /&gt;Please remember the following:&lt;br /&gt;1] It is extremely important to have the management commitment for any&lt;br /&gt;Process improvement projects to be successful.&lt;br /&gt;2] You should make an effort to identify and &amp;quot;advertise&amp;quot; the benefits&lt;br /&gt;of PI to all employees across your organization.</description>
      <pubDate>Tue, 24 Nov 2009 00:32:20</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=998&amp;forum=1</guid>
    </item>
        <item>
      <title>SDET question: What does following code do , if we pass head pointer of a link list. [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=988&amp;forum=1</link>
      <description>SQA Career Center:: SDET question: What does following code do , if we pass head pointer of a link list.&lt;br /&gt;
&lt;span style=&quot;color: #0000FF;&quot;&gt;What does following code do , if we pass head pointer of a link list.&lt;br /&gt;&lt;br /&gt;void list( struct node * head)&lt;br /&gt;{&lt;br /&gt;if(head)&lt;br /&gt;{&lt;br /&gt;list(head-&amp;gt;next);&lt;br /&gt;printf(&amp;quot;%d&amp;quot;,head-&amp;gt;value);&lt;br /&gt;}&lt;br /&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Answers:&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;prints link list in reverse order.</description>
      <pubDate>Mon, 16 Nov 2009 21:12:18</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=988&amp;forum=1</guid>
    </item>
        <item>
      <title>Any more information on how to start QA within Testing enviroment? [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=978&amp;forum=1</link>
      <description>SQA Career Center:: Any more information on how to start QA within Testing enviroment?&lt;br /&gt;
&lt;b&gt;Any more information on how to start QA within Testing enviroment?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt; 	&lt;br /&gt;&lt;br /&gt;Well, remember that that the purpose of a QA department is different&lt;br /&gt;than a QC (Quality Control) or testing department.  A QA group would be&lt;br /&gt;responsible for tasks like:&lt;br /&gt;  - Verify everyone follows the established SDLC process, which means&lt;br /&gt;establishing checkpoints that must be verified before the project&lt;br /&gt;progresses to the next phase in the SDLC.&lt;br /&gt;  - Verify that the documentation that is provided is correct and&lt;br /&gt;complete and is updated when changes are made to the requirements or&lt;br /&gt;design (this can be accomplished with reviews or formal inspections of&lt;br /&gt;a sampling of the documentation provided, including requirements,&lt;br /&gt;design and test documentation)&lt;br /&gt;  - Verify that all the documentation that should be provided is&lt;br /&gt;provided at the correct stages in the project (this really should be&lt;br /&gt;part of the checkpoints I mentioned before)&lt;br /&gt;  - Verify that as the code is written according to any documented&lt;br /&gt;standards that you have (this can be accomplished by doing code&lt;br /&gt;walkthroughs along the way).&lt;br /&gt;&lt;br /&gt;If your group is just starting, I would implement a portion of this and&lt;br /&gt;get people used to the idea and add to it as projects complete.  Just&lt;br /&gt;don&amp;#039;t forget to do lessons learned sessions after each project&lt;br /&gt;completes.  It is a very important step that keeps people involved in&lt;br /&gt;the project feeling that they are part of the process, not controlled&lt;br /&gt;by the &amp;quot;QA police&amp;quot;.</description>
      <pubDate>Mon, 09 Nov 2009 22:34:08</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=978&amp;forum=1</guid>
    </item>
        <item>
      <title>Check list for Conducting Unit Tests [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=968&amp;forum=1</link>
      <description>SQA Career Center:: Check list for Conducting Unit Tests&lt;br /&gt;
&lt;b&gt;Check list for Conducting Unit Tests &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;§	Is the number of input parameters equal to number of arguments? &lt;br /&gt;§	Do parameter and argument attributes match? &lt;br /&gt;§	Do parameter and argument units system match? &lt;br /&gt;§	Is the number of arguments transmitted to called modules equal to number of parameters? &lt;br /&gt;§	Are the attributes of arguments transmitted to called modules equal to attributes of parameters? &lt;br /&gt;§	Is the units system of arguments transmitted to called modules equal to units system of parameters? &lt;br /&gt;§	Are the number of attributes and the order of arguments to built-in functions correct? &lt;br /&gt;§	Are any references to parameters not associated with current point of entry? &lt;br /&gt;§	Have input only arguments altered? &lt;br /&gt;§	Are global variable definitions consistent across modules? &lt;br /&gt;§	Are constraints passed as arguments? &lt;br /&gt;§	When a module performs external I/O, additional interface tests must be conducted.&lt;br /&gt;&lt;br /&gt;Again, from Myers:&lt;br /&gt;§	File attributes correct? &lt;br /&gt;§	OPEN/CLOSE statements correct? &lt;br /&gt;§	Format specification matches I/O statement? &lt;br /&gt;§	Buffer size matches record size? &lt;br /&gt;§	Files opened before use? &lt;br /&gt;§	End-of-file conditions handled? &lt;br /&gt;§	I/O errors handled? &lt;br /&gt;§	Any textual errors in output information? &lt;br /&gt;The local data structure for a module is a common source of errors. Test cases should be designed to uncover errors in the following categories: &lt;br /&gt;§	improper or inconsistent typing &lt;br /&gt;§	erroneous initialization or default values &lt;br /&gt;§	incorrect (misspelled or truncated) variable names &lt;br /&gt;§	inconsistent data types &lt;br /&gt;§	underflow, overflow and addressing exceptions &lt;br /&gt;From a strategic point of view, the following questions should be addressed: &lt;br /&gt;§	Has the component interface been fully tested? &lt;br /&gt;§	Have local data structured been exercised at their boundaries? &lt;br /&gt;§	Has the cyclomatic complexity of the module been determined? &lt;br /&gt;§	Have all independent basis paths been tested? &lt;br /&gt;§	Have all loops been tested appropriately? &lt;br /&gt;§	Have data flow paths been tested? &lt;br /&gt;§	Have all error handling paths been tested?</description>
      <pubDate>Mon, 02 Nov 2009 22:18:54</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=968&amp;forum=1</guid>
    </item>
        <item>
      <title>How to validate password with regular expression [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=958&amp;forum=1</link>
      <description>SQA Career Center:: How to validate password with regular expression&lt;br /&gt;
&lt;b&gt;How to validate password with regular expression &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{6,20})&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Description&lt;br /&gt;&lt;br /&gt;    * ?= – means apply the assertion formula, meaningless by itself, always work with other combination.&lt;br /&gt;    * . – means any characters except new line “\n”&lt;br /&gt;    * * – means length can be zero or more&lt;br /&gt;    * () – grouping&lt;br /&gt;    * (?=.*\d) – \d means digit from 0-9. Only digit is allow here.&lt;br /&gt;    * (?=.*[a-z]) – [a-z] means lowercase characters from a to z. Only lowercase characters is allow here.&lt;br /&gt;    * (?=.*[A-Z]) – [A-Z] means uppercase characters from A to Z. Only uppercase characters is allow here.&lt;br /&gt;    * (?=.*[@#$%]) – [@#$%] means special character “@#$%”. Only special characters “@#$%” is allow here.&lt;br /&gt;    * {6,20} – the length of the string, minimum characters is 6, maximum characters is 20.&lt;br /&gt;&lt;br /&gt;Whole combination is means, 6 to 20 characters string with at least one digit, one upper case letter, one lower case letter and one special symbol (”@#$%”). This regular expression pattern is very useful to implement a strong and complex password.&lt;br /&gt;&lt;br /&gt;P.S The grouping formula order is doesn’t matter.</description>
      <pubDate>Mon, 26 Oct 2009 19:00:30</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=958&amp;forum=1</guid>
    </item>
        <item>
      <title>BVA or EP where and how exactly this should be used? [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=948&amp;forum=1</link>
      <description>SQA Career Center:: BVA or EP where and how exactly this should be used?&lt;br /&gt;
&lt;b&gt;BVA or EP where and how exactly this should be used?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #0000FF;&quot;&gt;Boundary Value Analysis or Equivalence Partitioning, is this technique used for Functional Testing or Validation Testing? Its understood that it is used to prepare test data. But that test data will be validating&lt;br /&gt;a field alone or used along with functional TC? &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;A&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Boundary Value Analysis or Equivalence Partitioning is the technique used&lt;br /&gt;for functional testing.  Equivalence partitioning is dividing of input range&lt;br /&gt;into partiitions of equivalence classes, so that one test case can cover the&lt;br /&gt;whole partition.  For example if there is a validation for month field input&lt;br /&gt;ranges from 1 to 12.  We divide this range into valid and invalid ranges.&lt;br /&gt;There is arange  below 1 and there is a range in between 1 and 12, and there&lt;br /&gt;is a range above 12.  If we check for any value in the particular ranges the&lt;br /&gt;test case will be sufficient to check the validation.&lt;br /&gt;so three test cases can cover this task in case of equivalence partitioning.&lt;br /&gt;Boundary Value Analysis:This is just an enhancement of equivalencer&lt;br /&gt;partitioning.  In this we test on, just below the boundaries.  In case of&lt;br /&gt;month validation if we don&amp;#039;t test theboundaries properly it may not accept 1&lt;br /&gt;and 12 in case if the developer has forgotten the equivalent sign.  Hence on&lt;br /&gt;boundary value analysis test cases are written on the boundaries.&lt;br /&gt;&lt;br /&gt;There are 6 test cases in case of boundary value analysis.  They are 0,1&amp;2&lt;br /&gt;for the left boundary and 11,12&amp;13 for the right boundary.</description>
      <pubDate>Mon, 19 Oct 2009 23:35:55</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=948&amp;forum=1</guid>
    </item>
        <item>
      <title>Windows Security Business Unit [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=937&amp;forum=1</link>
      <description>SQA Career Center:: Windows Security Business Unit&lt;br /&gt;
&lt;b&gt;Windows Security Business Unit&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Ques 1. To write a C++ function to copy one file to another and test it Ques2. Write the following code in C and test it.&lt;br /&gt;&lt;br /&gt;Char * converLabel(int iData)&lt;br /&gt;&lt;br /&gt;      Given: iData &amp;gt; 0&lt;br /&gt;&lt;br /&gt;             If iData = 1 – char * = &amp;quot;A&amp;quot;; 2 – &amp;quot;B; …….. 26 = &amp;#039;Z&amp;#039;,&lt;br /&gt;&lt;br /&gt;27 = &amp;#039;AA&amp;quot;,…….&amp;quot;ZZ&amp;quot;&lt;br /&gt;&lt;br /&gt;52 = &amp;quot;BA&amp;quot;… &amp;quot;BZ&amp;quot;&lt;br /&gt;&lt;br /&gt;then 52+25 = &amp;quot;CA&amp;quot;…&lt;br /&gt;&lt;br /&gt;..&amp;quot;ZZ&amp;quot;&lt;br /&gt;&lt;br /&gt;.&amp;quot;AAA&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;quot;AAB&amp;quot;&lt;br /&gt;&lt;br /&gt;..&lt;br /&gt;&lt;br /&gt;&amp;quot;ABA&amp;quot;.. &lt;br /&gt;&lt;br /&gt;..AAAAZ...&lt;br /&gt;&lt;br /&gt;until 2^15..&lt;br /&gt;&lt;br /&gt;Ques 3. Explain about Domain Controller in Windows?&lt;br /&gt;&lt;br /&gt;Ques 4. What are various security features provided in Windows?&lt;br /&gt;&lt;br /&gt;Ques on C# and C++ like Virtual functions and virtual table.</description>
      <pubDate>Mon, 12 Oct 2009 23:53:35</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=937&amp;forum=1</guid>
    </item>
        <item>
      <title>Test Cases &amp; Test Scenario&#039;s Examples [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=928&amp;forum=1</link>
      <description>SQA Career Center:: Test Cases &amp; Test Scenario&#039;s Examples&lt;br /&gt;
&lt;b&gt;Test Cases &amp; Test Scenario&amp;#039;s Examples&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Example1 : Below is sample Registration form contains two input fields and submit button. Validations are given below.&lt;br /&gt;&lt;br /&gt;Examples of field validation criteria are:&lt;br /&gt;&lt;br /&gt;    * First and last name fields are required.&lt;br /&gt;    * First and last name fields are limited to 50 characters each.&lt;br /&gt;    * First and last name fields will not accept numbers.&lt;br /&gt;    * First and last name fields will not accept the following characters: `~!@#$%^&amp;*()_:&amp;quot;;&amp;#039;{}[]+&amp;lt;&amp;gt;?,./&lt;br /&gt;&lt;br /&gt;Consider the following example:&lt;br /&gt;&lt;br /&gt;Test Cases and Test Scenarios Examples.JPG&lt;br /&gt;&lt;br /&gt;Here’s a set of test scenario&amp;#039;s that include validation criteria:&lt;br /&gt;&lt;br /&gt;   1.&lt;br /&gt;      Launch an IE browser and go to the Registration Form.&lt;br /&gt;   2.&lt;br /&gt;      Verify the registration page opens.&lt;br /&gt;   3.&lt;br /&gt;      On the registration page, click the mouse in the First Name field.&lt;br /&gt;   4.&lt;br /&gt;      Leave the First Name and Last Name fields blank and click on the Submit button.&lt;br /&gt;   5.&lt;br /&gt;      Verify an error message appears saying you cannot leave the First Name and Last Name fields blank.&lt;br /&gt;   6.&lt;br /&gt;      Enter 50 chracters in both the First and Last Name fields.&lt;br /&gt;   7.&lt;br /&gt;      Verify the names are accepted.&lt;br /&gt;   8.&lt;br /&gt;      Enter more than 50 chracters in both the First and Last Name fields.&lt;br /&gt;   9.&lt;br /&gt;      Verify an error message appears saying you cannot enter more than 50 characters in the First Name and Last Name fields.&lt;br /&gt;  10.&lt;br /&gt;      Enter numbers in the First and Last Name fields.&lt;br /&gt;  11.&lt;br /&gt;      Verify an error message appears saying you cannot enter numbers in the First and Last Name fields.&lt;br /&gt;  12.&lt;br /&gt;      Enter the chracters &amp;quot;`~!@#$%^&amp;*()_:&amp;quot;;&amp;#039;{}[]+&amp;lt;&amp;gt;?,./&amp;quot; in the First and Last Name fields.&lt;br /&gt;  13.&lt;br /&gt;      Verify an error message appears saying you cannot enter &amp;quot;`~!@#$%^&amp;*()_:&amp;quot;;&amp;#039;{}[]+&amp;lt;&amp;gt;?,./&amp;quot; characters in the First and Last Name fields.&lt;br /&gt;  14.&lt;br /&gt;      Type “John” in the First Name field.&lt;br /&gt;  15.&lt;br /&gt;      Click the mouse in the Last Name field.&lt;br /&gt;  16.&lt;br /&gt;      Type in “Doe” in Last Name field.&lt;br /&gt;  17.&lt;br /&gt;      Click on the Submit button.&lt;br /&gt;  18.&lt;br /&gt;      Click on registration List in the left nav bar.&lt;br /&gt;  19.&lt;br /&gt;      Verify the Name “John Doe” is now present in the registration list.&lt;br /&gt;  &lt;br /&gt;  Press Read More Button for test cases for this scenarios &lt;br /&gt;  &lt;br /&gt;  Even the above set of test cases takes a few shortcuts by testing validation on both fields at once. A more correct way to do it would be to test the field validation independently.&lt;br /&gt;&lt;br /&gt;For example, the blank name validation should be tested like this:&lt;br /&gt;&lt;br /&gt;   1. Leave the First Name and Last Name fields blank and click on the Submit button.&lt;br /&gt;   2. Verify an error message appears saying you cannot leave the First Name and Last Name fields blank.&lt;br /&gt;   3. Enter a valid First Name and leave the Last Name field blank and click on the Submit button.&lt;br /&gt;   4. Verify an error message appears saying you cannot leave the Last Name field blank.&lt;br /&gt;   5. Enter a valid Last Name and leave the First Name field blank and click on the Submit button.&lt;br /&gt;   6. Verify an error message appears saying you cannot leave the First Name field blank.&lt;br /&gt;&lt;br /&gt;As you can see, this increases the number of test cases needed substantially, and even this set of test cases leaves certain issues untested.&lt;br /&gt;&lt;br /&gt;Sample format of TestCase Document:&lt;br /&gt;&lt;div class=&quot;xoopsCode&quot;&gt;&lt;code&gt;&lt;pre&gt;

&amp;lt;table bordercolor=&amp;quot;black&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;4&amp;quot; width=&amp;quot;460&amp;quot; align=&amp;quot;left&amp;quot; bgcolor=&amp;quot;white&amp;quot; border=&amp;quot;1&amp;quot;&amp;gt;
  &amp;lt;tbody&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Case Number&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Action&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Expected Results&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;

      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Actual Results&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;&amp;lt;strong&amp;gt;Pass/Fail&amp;lt;/strong&amp;gt; &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;2.1.0&amp;lt;/td&amp;gt;
      &amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt; &amp;lt;div align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Blank Check &amp;lt;/strong&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;

    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;2.1.1 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;Entry with a blank First Name. &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;An error message is displayed saying The First Name must be   filled in. &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;

    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;2.2.0 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td colspan=&amp;quot;4&amp;quot;&amp;gt;&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;strong&amp;gt;Maximum Characters &amp;lt;/strong&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;2.2.1 &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;

      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;The First Name field will accept a maximum of 50 characters. &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;p&amp;gt;The First Name field should accept a maximum of 50 characters. &amp;lt;/p&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
    &amp;lt;tr&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;

      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
      &amp;lt;td&amp;gt;&amp;lt;/td&amp;gt;
    &amp;lt;/tr&amp;gt;
  &amp;lt;/tbody&amp;gt;
&amp;lt;/table&amp;gt;

&lt;/pre&gt;&lt;/code&gt;&lt;/div&gt;</description>
      <pubDate>Mon, 05 Oct 2009 21:22:16</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=928&amp;forum=1</guid>
    </item>
        <item>
      <title>Interview questions on WinRunner [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=919&amp;forum=1</link>
      <description>SQA Career Center:: Interview questions on WinRunner&lt;br /&gt;
Interview questions on WinRunner&lt;br /&gt;&lt;br /&gt;   1. How you used WinRunner in your project? - Yes, I have been using WinRunner for creating automated scripts for GUI, functional and regression testing of the AUT.&lt;br /&gt;   2. Explain WinRunner testing process? - WinRunner testing process involves six main stages&lt;br /&gt;          * Create GUI Map File so that WinRunner can recognize the GUI objects in the application being tested&lt;br /&gt;          * Create test scripts by recording, programming, or a combination of both. While recording tests, insert checkpoints where you want to check the response of the application being tested.&lt;br /&gt;&lt;br /&gt;          * Debug Test: run tests in Debug mode to make sure they run smoothly&lt;br /&gt;          * Run Tests: run tests in Verify mode to test your application.&lt;br /&gt;          * View Results: determines the success or failure of the tests.&lt;br /&gt;          * Report Defects: If a test run fails due to a defect in the application being tested, you can report information about the defect directly from the Test Results window.&lt;br /&gt;   3. What is contained in the GUI map?  - WinRunner stores information it learns about a window or object in a GUI Map. When WinRunner runs a test, it uses the GUI map to locate objects. It reads an object’s description in the GUI map and then looks for an object with the same properties in the application being tested. Each of these objects in the GUI Map file will be having a logical name and a physical description. There are 2 types of GUI Map files. Global GUI Map file: a single GUI Map file for the entire application. GUI Map File per Test: WinRunner automatically creates a GUI Map file for each test created.&lt;br /&gt;   4. How does WinRunner recognize objects on the application? - WinRunner uses the GUI Map file to recognize objects on the application. When WinRunner runs a test, it uses the GUI map to locate objects. It reads an object’s description in the GUI map and then looks for an object with the same properties in the application being tested.&lt;br /&gt;   5. Have you created test scripts and what is contained in the test scripts?  - Yes I have created test scripts. It contains the statement in Mercury Interactive’s Test Script Language (TSL). These statements appear as a test script in a test window. You can then enhance your recorded test script, either by typing in additional TSL functions and programming elements or by using WinRunner’s visual programming tool, the Function Generator.&lt;br /&gt;   6. How does WinRunner evaluate test results? - Following each test run, WinRunner displays the results in a report. The report details all the major events that occurred during the run, such as checkpoints, error messages, system messages, or user messages. If mismatches are detected at checkpoints during the test run, you can view the expected results and the actual results from the Test Results window.&lt;br /&gt;   7. Have you performed debugging of the scripts? - Yes, I have performed debugging of scripts. We can debug the script by executing the script in the debug mode. We can also debug script using the Step, Step Into, Step out functionalities provided by the WinRunner.&lt;br /&gt;   8. How do you run your test scripts? - We run tests in Verify mode to test your application. Each time WinRunner encounters a checkpoint in the test script, it compares the current data of the application being tested to the expected data captured earlier. If any mismatches are found, WinRunner captures them as actual results.&lt;br /&gt;   9. How do you analyze results and report the defects? - Following each test run, WinRunner displays the results in a report. The report details all the major events that occurred during the run, such as checkpoints, error messages, system messages, or user messages. If mismatches are detected at checkpoints during the test run, you can view the expected results and the actual results from the Test Results window. If a test run fails due to a defect in the application being tested, you can report information about the defect directly from the Test Results window. This information is sent via e-mail to the quality assurance manager, who tracks the defect until it is fixed.&lt;br /&gt;  10. What is the use of Test Director software? - TestDirector is Mercury Interactive’s software test management tool. It helps quality assurance personnel plan and organize the testing process. With TestDirector you can create a database of manual and automated tests, build test cycles, run tests, and report and track defects. You can also create reports and graphs to help review the progress of planning tests, running tests, and tracking defects before a software release.&lt;br /&gt;  11. Have you integrated your automated scripts from TestDirector? - When you work with WinRunner, you can choose to save your tests directly to your TestDirector database or while creating a test case in the TestDirector we can specify whether the script in automated or manual. And if it is automated script then TestDirector will build a skeleton for the script that can be later modified into one which could be used to test the AUT.&lt;br /&gt;  12. What are the different modes of recording? - There are two type of recording in WinRunner.  Context Sensitive recording records the operations you perform on your application by identifying Graphical User Interface (GUI) objects. Analog recording records keyboard input, mouse clicks, and the precise x- and y-coordinates traveled by the mouse pointer across the screen.&lt;br /&gt;  13. What is the purpose of loading WinRunner Add-Ins?  - Add-Ins are used in WinRunner to load functions specific to the particular add-in to the memory. While creating a script only those functions in the add-in selected will be listed in the function generator and while executing the script only those functions in the loaded add-in will be executed else WinRunner will give an error message saying it does not recognize the function.&lt;br /&gt;  14. What are the reasons that WinRunner fails to identify an object on the GUI?  - WinRunner fails to identify an object in a GUI due to various reasons.  The object is not a standard windows object. If the browser used is not compatible with the WinRunner version, GUI Map Editor will not be able to learn any of the objects displayed in the browser window.&lt;br /&gt;  15. What is meant by the logical name of the object? - An object’s logical name is determined by its class. In most cases, the logical name is the label that appears on an object.&lt;br /&gt;  16. If the object does not have a name then what will be the logical name?  - If the object does not have a name then the logical name could be the attached text.&lt;br /&gt;  17. What is the different between GUI map and GUI map files? - The GUI map is actually the sum of one or more GUI map files. There are two modes for organizing GUI map files. Global GUI Map file: a single GUI Map file for the entire application. GUI Map File per Test: WinRunner automatically creates a GUI Map file for each test created.&lt;br /&gt;&lt;br /&gt;      GUI Map file is a file which contains the windows and the objects learned by the WinRunner with its logical name and their physical description.&lt;br /&gt;  18. How do you view the contents of the GUI map? - GUI Map editor displays the content of a GUI Map. We can invoke GUI Map Editor from the Tools Menu in WinRunner. The GUI Map Editor displays the various GUI Map files created and the windows and objects learned in to them with their logical name and physical description.&lt;br /&gt;  19. When you create GUI map do you record all the objects of specific objects?  - If we are learning a window then WinRunner automatically learns all the objects in the window else we will we identifying those object, which are to be learned in a window, since we will be working with only those objects while creating scripts.</description>
      <pubDate>Sat, 19 Sep 2009 02:12:47</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=919&amp;forum=1</guid>
    </item>
        <item>
      <title>With a login window, what are all called to be a GUI test, functional test and security test? [by luck]</title>
      <link>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=908&amp;forum=1</link>
      <description>SQA Career Center:: With a login window, what are all called to be a GUI test, functional test and security test?&lt;br /&gt;
&lt;b&gt;1. With a login window, what are all called to be a GUI test,&lt;br /&gt;functional test and security test?&lt;br /&gt;2. If an application allows logging in an unregistered user or a user&lt;br /&gt;with wrong password, is it a functional bug or security bug? &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;A:&lt;br /&gt;GUI : the screen contains username, password labels, corresponding text&lt;br /&gt;box, buttons OK, and CANCEL. these components are available in this&lt;br /&gt;part of the page say left ,right middle etc&lt;br /&gt;&lt;br /&gt;Functional : When the fields are entered correctly or incorrectly and&lt;br /&gt;Ok button is clicked. It should navigate to corresponding screen or&lt;br /&gt;error page.&lt;br /&gt;&lt;br /&gt;Security : The user shld be logged in only for correct username &amp;&lt;br /&gt;password, otherwise rejected.&lt;br /&gt;&lt;br /&gt;So the condition you have mentioned is Security bug. Validation is not&lt;br /&gt;been taken care of. &lt;br /&gt;&lt;br /&gt;--------&lt;br /&gt;Basically, If an application allows logging in an unregistered user or a&lt;br /&gt;user&lt;br /&gt;with wrong password, it would be a *Functional bug*.&lt;br /&gt;&lt;br /&gt;The *reason* behind that is: You would have a requirement covering this&lt;br /&gt;functionality i.e., when the user gives a valid id and password, the system&lt;br /&gt;should allow him to log in into the application.&lt;br /&gt;&lt;br /&gt;So, when you are testing this requirement, it will fail if you give an&lt;br /&gt;invalid id and password. So the functionality mentioned does not hold true&lt;br /&gt;and hence it is a functionality bug. &lt;br /&gt;&lt;br /&gt;-------&lt;br /&gt;I understood your point.&lt;br /&gt;But still when the button is clicked the screen shld navigate to&lt;br /&gt;another page.&lt;br /&gt;The resulting page may be a error page or a corresponding home page for&lt;br /&gt;that user.&lt;br /&gt;&lt;br /&gt;The functionality is whether the page is navigating when the button is&lt;br /&gt;clicked.&lt;br /&gt;&lt;br /&gt;In this case its navigating to the page, but it is not checking for the&lt;br /&gt;valid ID, Pwd.&lt;br /&gt;&lt;br /&gt;So, It is not a functional bug. And i think it is a security bug.&lt;br /&gt;&lt;br /&gt;If the case i have mentioned is incorrect.&lt;br /&gt;WHAT IS A SECURITY BUG?&lt;br /&gt;Give an illustration so that i understand. Will U?</description>
      <pubDate>Sat, 12 Sep 2009 03:14:54</pubDate>
      <guid>http://www.fyicenter.com/modules/newbb/viewtopic.php?topic_id=908&amp;forum=1</guid>
    </item>
      </channel>
</rss>