FileZilla server test case

Moderator: Project members

Post Reply
Message
Author
Samer
503 Bad sequence of commands
Posts: 18
Joined: 2015-09-29 03:48
First name: Samer
Last name: khamaiseh

FileZilla server test case

#1 Post by Samer » 2016-03-05 04:05

Dear All
can you please help , I am searching inside the source code of the filezilla server to find if there are test cases that can be used to test the filezilla server , can anyone help me in that , if there is not test cases , can anyone tell how to create test cases for it ? because I plan to create test cases by using VS2015 and then test the filezilla server . while I follow the steps to add test cases to existing c++ project but I did not seccuss please can anyone help ;

the step I follow according to microsoft website:
https://msdn.microsoft.com/en-us/librar ... ameProject

thanks a lot

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla server test case

#2 Post by botg » 2016-03-05 11:24

I'm not familiar with the test framework of Visual Studio.

Perhaps you could start by actually listing the errors you are getting?

Samer
503 Bad sequence of commands
Posts: 18
Joined: 2015-09-29 03:48
First name: Samer
Last name: khamaiseh

Re: FileZilla server test case

#3 Post by Samer » 2016-03-05 17:20

thanks a lot for your reply , can you please tell how you test filezilla server , what is the approach , tool ? if there are test cases can I get that . ?
thanks a lot

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla server test case

#4 Post by botg » 2016-03-05 18:45

Testing is done by using the software.

Samer
503 Bad sequence of commands
Posts: 18
Joined: 2015-09-29 03:48
First name: Samer
Last name: khamaiseh

Re: FileZilla server test case

#5 Post by Samer » 2016-03-05 19:35

I am sorry , but you mean black box testing , you just the test functionality without needing to write test cases by using the software itself or other software ? if there is other software can you tell me what is that ?

thanks a lot

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla server test case

#6 Post by botg » 2016-03-06 08:30

It's not blackbox testing, it's whitebox testing as I have the source code and know precisely what to do in order to execute the code I want to test.

Samer
503 Bad sequence of commands
Posts: 18
Joined: 2015-09-29 03:48
First name: Samer
Last name: khamaiseh

Re: FileZilla server test case

#7 Post by Samer » 2016-03-06 18:42

thanks a lot for your reply, but actually my question was not clear enough , for example in the filezilla client there is test package that contain test cases that can be executed to test the filezilla client, my question is, is there something similar for filezilla server , I am looking to write test cases and then execute these test cases aginst the filezilla server to test the functionalities? where when I tried to do that in VS2015 I have a lot of compilation errors in filezilla server source code? can you please tell how you test it ?, and do you have test cases written in C++ or other language like filezilla client ?
please if you have any simple tip please tell me .
thanks a lot

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: FileZilla server test case

#8 Post by botg » 2016-03-06 20:48

There are no automated testcases and thus no testing framework for FileZilla Server, all testing is done manually.

Post Reply