I Selected for TCS-Chennai(Contract to hire) position plz
suggest me whether i have to join or not
Answer Posted / basha
Hi Santhosh,
Thanks for ur suggestion.
I am already have real time experience in testing but in TCS whether they permanent or not
Thanks&Regards
Basha
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
What is QTP and the use of QTP in TD?
Differentiate the type of test cases which can be automated and which cannot be automated?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
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 you can decide which type of object repository you have to use?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Explain how Selenium is different from UFT?
Where we can use the analog mode and where we can use the low – level mode?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What are benefits of qtp?
Can we record an application running on a remote machine using qtp?
Why qtp always start action1 and does not start action?
How to test results for qtp ?