- Has “test to break” attitude
- An ability to take the point of view of the customer
- A strong desire for quality
- Knowledge on helping tools needed for testing.
- Should be tactful & diplomatic and should be able to maintaining a cooperative relationship
- An ability to communicate with both technical and non-technical people is useful.
- An understanding of software development process is helpful.
- There's never enough time to test "completely", so all software testing is a compromise
- A tester must have deep insights into how the users will exploit the program's i.e. domain knowledge.
- Good testers notice little things that miss or ignore.
- An ideal tester should not take anything as granted.
- Testers should not have habit to report bugs / defects publicly. This attitude hurts the developers.
- Good Judgment skills are needed to assess high-risk areas of an application.
- Communication skills and the ability to understand various sides of an issue.
- Knowledge of development.
Labels
- CodedUI
- Functional Testing
- General
- Log4Net
- Mac OS
- Maven
- PHP
- Performance Testing
- Windows OS
- java
- selenium
Showing posts with label Functional Testing. Show all posts
Showing posts with label Functional Testing. Show all posts
Qualities of a good Software Test Engineer:
Qualities of a good Team Leader
- Has Personal Integrity Deals
Honestly and Gains Trust
- Is Kind-hearted Generous and Giving;
Serves Others
- Strives for Excellence Always; Is a
Transparent Influence
- Has Clear Long Vision; Executes First Things First;
Inspires Others to Action
- Is Positive Enthusiastic
Committed; Has Focus-ability
- Is Solution-oriented
Creative; Makes Top Management Efficient; Empowers Others
- Is A Catalyst; Creates
Pygmalion Effect; Fosters Self Motivation
- Is a Good Communicator; A Great
Negotiator; Nurtures Relationships
- Balances Confidence with
Caution; Adapts Management Styles for War & Peace
- Rejuvenates Self; Sharpens
his axe; Transforms his Strengths into Talents
Read more on: Read More
Rename or change extension type of multiple files under Windows OS
-Navigate to folder using command prompt
cd "c\test"
-type command
rename *.doc *.txt
-hit enter key from keyboard
* It will change the extension type of all the .doc files present in "test" folder to .txt.
cd "c\test"
-type command
rename *.doc *.txt
-hit enter key from keyboard
* It will change the extension type of all the .doc files present in "test" folder to .txt.
Set default font for composing new messages in Mozilla Thunderbird:
* Make sure each account is set to composing with HTML
formatting.
* Select "Tools" | "Options" from the menu in Mozila Thunderbird.
* Go to the "Composition" category.
* Make sure the "General tab" is selected.
* Choose the desired font, font size and colors under HTML.
* Click "Send Options"....
* Make sure either "Ask me what to do", Send the message in HTML anyway or "Send the message" in both plain text and "HTML" is selected under When sending messages in HTML
* Click "OK".
* Close the configuration dialog.
How to get rid of double dash before the signature in Thunderbird
1.Open Thunderbird
2.Tools -> Options or Edit -> Preferences and then Advanced ->General-> Config Editor
3.Then search for mail.identity.default.suppress_signature_separator
4. Set it to TRUE by double-clicking it.
To Clear browsing history of Browsers
Note:
1. If toolbar is not displayed than open browser and press “Alt” tab from keyboard.
2. To directly op-en the clear history dialog in any browser :
2.1 Open the browser
2.2 Press “Shift+Ctrl+Delete”, dialog will open.
Internet Explorer History
Steps:
Tools > Internet Options > General> click on “Delete” button under “Browsing History” section.
Chrome History
Steps:
Customize and control Google chrome button > History > Clear all browsing history
History in Firefox
Steps:
Tools > Clear Recent History
History in Safari
Steps:
Settings button > History > Select entries under “Bookmark” section and delete.
History Sea Monkey
Steps:
Tools > Clear Private Data
History in Deepnet Explorer
Steps:
Tools > Clean Up> further you can select option accordingly.
History in Maxthon Browser
Steps:
Customize Quick Tools > Clear History
1. If toolbar is not displayed than open browser and press “Alt” tab from keyboard.
2. To directly op-en the clear history dialog in any browser :
2.1 Open the browser
2.2 Press “Shift+Ctrl+Delete”, dialog will open.
Internet Explorer History
Steps:
Tools > Internet Options > General> click on “Delete” button under “Browsing History” section.
Chrome History
Steps:
Customize and control Google chrome button > History > Clear all browsing history
History in Firefox
Steps:
Tools > Clear Recent History
History in Safari
Steps:
Settings button > History > Select entries under “Bookmark” section and delete.
History Sea Monkey
Steps:
Tools > Clear Private Data
History in Deepnet Explorer
Steps:
Tools > Clean Up> further you can select option accordingly.
History in Maxthon Browser
Steps:
Customize Quick Tools > Clear History
Recent Items Stack in Dock under Mac
Open terminal and type:
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'
Once you’ve completed that command, type “killall Dock” to relaunch your dock with the new stack.
A new icon get added to Dock as “Recent Applications”, and onclick of the icon it display recently opened applications.
2D/3D dock in Lion
To change 3D Dock to 2D dock:
1.Type in terminal as :
defaults write com.apple.dock no-glass -boolean YES
then hit enter key.
2. Then type in terminal: killall Dock
then hit enter key.
To change 2D Dock to 3D dock:
1.Type in terminal as :
defaults write com.apple.dock no-glass -boolean NO
then hit enter key.
2. Then type in terminal: killall Dock
then hit enter key.
1.Type in terminal as :
defaults write com.apple.dock no-glass -boolean YES
then hit enter key.
2. Then type in terminal: killall Dock
then hit enter key.
To change 2D Dock to 3D dock:
1.Type in terminal as :
defaults write com.apple.dock no-glass -boolean NO
then hit enter key.
2. Then type in terminal: killall Dock
then hit enter key.
To change folder icon in Mac OS
1.
Open folder with Mac icons in .ICNS format in Finder
and copy icon (Cmd+C).
OR
Select a folder which has different icon then
default icon for folder in Mac
1.1 Get
folder info for the folder.
1.2 Select
folder icon and copy the icon through “Edit/Copy” from Desktop top menu.
2.
Now get folder info for the folder you want to change
icon.
3.
Select folder icon and paste the icon through
“Edit/Paste” from Desktop top menu.
Subscribe to:
Posts (Atom)