Release testing, testing new applications or features, etc.
6
votes
1answer
207 views
Testing Ubuntu mobile applications
I'm currently reading much about the new Ubuntu mobile (phone) OS and now I'm wondering if there is the possibility to test applications. I know that QtCreator is the recommended IDE and an emulator ...
1
vote
1answer
82 views
Why and where to create a loopback file for live persistence session?
I currently help QA team in ISO testing, but I stumbled on a test-case that required some extra research. I just learned about persistence from this wiki page.
Ctrl+F to "Using a loop-back file." ...
0
votes
1answer
17 views
Save files from test mode
I'm doing an assignment which requires me to screenshot everything I do, this included screenshots of using using the partition manager in the "test" version of Ubuntu 12.10. How can I permanently ...
2
votes
0answers
100 views
dhcp server configured in ubuntu on vmware
How can I test a dhcp server running on Ubuntu in vmware?
My dhcp configuration is:
ddns: update-style none;
default-lease-time 600;
max-lease-time 7200;
subnet 192.168.56.0 netmask 255.255.255.0 {
...
0
votes
0answers
29 views
Menus not coming up on USB boot
I'm using the newest version of Ubuntu to test out laptops that I repair as part of my job. I boot off of the USB stick, and sometimes when it comes up to the desktop the menus on the left side, and ...
0
votes
0answers
53 views
Is there a easy way to test ubuntu on new notebooks before buying it?
Is there an easy way to check a notebook's hardware compatibility with ubuntu before you buy it?
I really don't want to buy a notebook home and find several bugs caused by the hardware.
I know that ...
0
votes
0answers
230 views
How to do a cross-browser testing of web application?
I was wondering what would be my best option for testing my web app through different browsers in Ubuntu 12.04. I know I've the option for a VM but wanted to try and avoid that if I could, I'm also ...