Hello XXX
We trust you had an enjoyable weekend at ABC. Unfortunately there was quite a mess left after your departure on Sunday.
We were very disappointed to see the house left in a manner that was NOT in accordance with our tenancy agreement for which you signed to accept the terms. Is this how you leave your own house after entertaining?
The many bags of rubbish left on the front lawn were not disposed of, the yard was littered with beer bottles and food scraps from the BBQ and the BBQ itself was not cleaned at all and the hood cover broken with the screws left on the table.
Inside the house was worse.
Alcohol bottles left in all the bedrooms
Rubbish left on the floors as well as spills from drinks and food.
Furniture has been moved around all around the house and not placed back in position.
No dishes done and left strewn all over the benches and tables
No beds made
Lights left on in bedrooms
Back door left wide open after departure
There was not even as attempt to straighten the furniture or even make the house look half presentable on departure. You simply got out of your beds and walked out the door.
Due to your irresponsible behavior and obvious disregard and disrespect for the property and the incoming guests we will be deducting the cost of excess cleaning and rubbish removal from your bond.
We will be advising the cost of cleaning, rubbish removal, and repair of the BBQ hood in email to follow.
Regards
YYY
Property Manager
X->Y
say something like "i'm lookin for something in the region of x to y but want to find out more about the position first"
Interview@Collins 100
* What to make u a good tester?
* What's passion make u to become a tester?
* Is it important to share ur knowledge with ur peers?
* From ur perspective, how to maintenance/handle the relationship in a team
* What's different between function test and a UAT test
* What's different between Web testing / data base testing
* Is customer always right?
* If customer said there's a bug, but u can't reproduce it,how to proven they are wrong?
* What's important in a bug report?
* If there's a requirement, how will you start testing?
* Have u even in a situation where there's no req/spec before testing?
* In what situation u might bypass the testing procedure (documentation ) ?
---they arent always right
but you have to explain to the customer
--if you cant reproduce than you may not have enough or the correct information to do so
you need to speak to the customer and ensure the environment is the same or the customer provides you with some evidence.
* What's passion make u to become a tester?
* Is it important to share ur knowledge with ur peers?
* From ur perspective, how to maintenance/handle the relationship in a team
* What's different between function test and a UAT test
* What's different between Web testing / data base testing
* Is customer always right?
* If customer said there's a bug, but u can't reproduce it,how to proven they are wrong?
* What's important in a bug report?
* If there's a requirement, how will you start testing?
* Have u even in a situation where there's no req/spec before testing?
* In what situation u might bypass the testing procedure (documentation ) ?
---they arent always right
but you have to explain to the customer
--if you cant reproduce than you may not have enough or the correct information to do so
you need to speak to the customer and ensure the environment is the same or the customer provides you with some evidence.
SOA
We created FPPS, the payment stuff was originally part of the one large system.
The network was another Service, but William and i wanted to break it up into more smaller services
It's easier to test smaller components, and reduces the complexity. Also each service can be optimized, upgraded, maintained seperatly, rather than having just one big application
The network was another Service, but William and i wanted to break it up into more smaller services
It's easier to test smaller components, and reduces the complexity. Also each service can be optimized, upgraded, maintained seperatly, rather than having just one big application
Lesson learn from installation testing
The different sequence between installation steps can lead to the bug different.
1) rpm -e
2)Delete the installation folder
3) Building script passed
Scenario 2
1) Delete the installation folder
2) rpm -e
3) There are error for couldn't locate the SQL script, and the SQL socket file still available
4) Even manully killed the SQl script
1) rpm -e
2)Delete the installation folder
3) Building script passed
Scenario 2
1) Delete the installation folder
2) rpm -e
3) There are error for couldn't locate the SQL script, and the SQL socket file still available
4) Even manully killed the SQl script
chown & ps
chown -v user /home/gracec/.gnupg/trustdb.gpg
change file ownership to user
ps -ef |grep -i smb
Check process running at server
change file ownership to user
ps -ef |grep -i smb
Check process running at server
Display line number with VS express 2008

Tools -> Options ( check show all options at left corner )
-> All Languages -> Display -> Line numbers