Hello Everyone, I am trying to seek a job in testing. Could someone please send me few real time 'Test Plan','Test Case','Tracibility Matrix'? Thanks, Lakshmi lakshmi.laks@gmail.com
25 28343What is the minimum qualification to get call centre jobs. What will be the expected salary 4 a fresher.
11 52542i have done b.sc computers,i want to go to tech support interviews,i have basic hardware knowledge,what type of questions they are asking inthis interviews,pls send me interview questions
1 8424Which is better? Collagen injections, Botox injections, Dermalogen, Autologen, or Gortex. Are any of these permanent? Are there any major drawbacks to any of these modalities?
1927Name the movements at each level - cervical, thoracic, lumbar, sacral. What determines this movement?
1 6581A positive integer that, when added to 1000 gives a sum which is greater than when multiplied by 1000. Find the positive integer.
6 24390Post New DELL Interview Questions
What is the simpletimezone class in java programming?
hi i m sagar. i cleared the written exam of federal bank. pls let me know the interview dates and location. sagar.ganacharimath@gmail.com
What is a boring tool ?
What do we use carburizing/nitriding chemicals for?
What is test driver and test stub?
How to control access to data in impala?
In u r Implementation project how to pill up the gaps? tell me some deatiles.
What is strongly typed view in mvc?
Why Hadoop performs replication, although it results in data redundancy?
Discuss the role of agricultural engineers in addressing food security and global challenges related to population growth and changing climates.
Suppose that your data is stored in collections, for instance, some binary data, message data or metadata is all keyed on the same value. Will you use HBase for this?
What is the difference between flux vs mvc?
How do I start flume in hadoop?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma