i have 2 year experience in manual and automation testing,
I have less percentages in X, Xii (Second grade), can i
elgible to TCS interview (Or MNC's)
Answers were Sorted based on User's Feedback
Answer / anonymous
If you have 2 years of Real experience with
Automation+Manual, no one bother about your percentage. You
can do more efficiently than fresh Engineers. Virtually
they will hunt for you if you are good at Au+Ma testing.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / your friend
You dint menctioned ur percentages,but i will tel u
these days TCS had made its entry criteria as 50 percent.
If u have percentage less than 50,no probs.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / lakshminarayana
As a exp guy for TCS no problem,because they are asking
only 50 percent. But where as for other MNC's like
CTS,Infosys....etc you should have 60 percent compulsory
even though you have exp.
| Is This Answer Correct ? | 2 Yes | 7 No |
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.
What is the use of environment variables?
How to face prjoect manager round what type of questions they will Ask ? (Chandana)
1 Answers Call Centre, Convergys, IBM,
Explain the keyword createobject with an example.
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
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.
95 Answers Cap Gemini, Citrix, CTS, IBM, Logistics, QA InfoTech,
what is defination of regression testing?
how can i pass a "cript"as a parameter in to a function
1)What is the Difference Between WaitTo & Sync?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
Give the syntax to import/export xls into qtp.