I need the answers for some questions on testing1.what is the difference between functionality and gui testing?2.what are the common repositories used to store test cases in small compamies?3. what are common bug tracking tools and brief explanation of any?

Showing Answers 1 - 8 of 8 Answers

Ravikumar

  • Aug 8th, 2006
 

Hi

   Functionality : To Test  the main functionality of the Application.

eg)yahoo Login window: It should get into your account once you enter your loggin.id & password.

GUI:To Check  the page Alignment,and whether "combo box appears in the Right place, screen colour,size,basically  Testing the Appearance.

  Was this answer useful?  Yes

1.Functional Testing : Here we've to cross check the functionality is covered related to client requirement using prepare the test cases and exucuted.

Gui: Here we've to cross check spell checking, alignment of page,

2. According to my knowledge the tool is VSS (visual source safe)

3. The tracking tool is used by depending upon company or project.

in my company we use the tool which is developed by our company.

  Was this answer useful?  Yes

Rameshwar

  • Dec 5th, 2006
 

1.Functionality :Testing the functionality of the  Application based on the Test Data.

GUI:Testing the Application based on the GUI (Graphical User Interface)Components eg:Components Label,Lenth,color,All properties of the GUI Components.

2.VSS,or They will have commun server to maintain with different folders.

3.TD

a. Test Director can be used as the management tool as well as Bugtrscking tool.

b.There r 4 tabs in TD they Are :REquerement Tab ,Test lab,test plan,defect tracking.

c.We Can execute our scripts(QTP Scripts ,Win runner Scripts) through the TD.

d.we can execute our manual tstcases. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions