you are the project manager of a project , customer is asking for a change in scope and agrees that it will be a CR. But you do not want to take the CR for whatever reason. How will you convince the customer in doing so
2 11989Post New Samsung Project Management Interview Questions
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
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
How do I access my microsoft account?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Tell me what do you see as the future of health care? : insurance health
can anybody send me question and answers of sap sd module, for interview?plz thanks
What is form validation in php?
Name any two important tools for automation anywhere testing?
What is derived metric?
what are the functions required to be called for enabling or disabling the bulk load of mode?
What is cgi and what are its drawbacks?
Is there a version of Merge for Linux?
Is postgresql is nosql?
Explain equality operators in javascript?
Why to use lock statement in c#?