Friday, February 18, 2011
Tesco recruiting freshers for position Associate Software Engineer
Tesco recruiting freshers for position Associate Software Engineer-Group Info Services - Testing.Location: BangaloreEligibility:Bachelor of Engineering with 0-1 Years experienceSkills:1.Should have sound knowledge on Software Testing Life Cycle.2.Excellent knowledge on Testing Concepts.3.Strong SQL skills4.Requirement analysis, Test case preparation, Test Execution, defect reporting and root cause analysis of defects.5.Co-ordinating with the development team for requirement analysis and defect analysis.6.Should be able to maintain enthusiasm of...
Use the backgroundImage style to specify an image as the background of the container in Flex4
<?xml version="1.0" encoding="utf-8"?>
<!-- containers\spark\SparkBorderImage.mxml -->
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
<fx:Script>
<![CDATA[
[Embed(source="/assets/logo.jpg")]
[Bindable]
public var imgCls:Class;
]]>
</fx:Script>
<s:BorderContainer
backgroundImage="{imgCls}"
borderStyle="inset"...