Hi,
Has anybody attended IBM interview on 17th APR 2010,and got
offer letter?
I had given interview and selected also but still did not
recieve offer letter.
Answer Posted / vimal
Hi,congratulations! when you recieved the offer letter? and
could you please tell me where you attended the interview
and for which technology?. I still didn't recieve any
communications from them..
msvimalmail@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is virtual object supported in low level recording mode?
What is the script for database check point, bitmapchek point, regular expression ?
Why script error occur in between recording in qtp?
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
How many types of recording modes are there?
Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter
Write a script to customize the test results in PDF and HTML format.
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
How you can make an action as re-usable action?
What is CMMP and CMMH?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
how can i call function (which has link with excell sheet at a remote location) within another function
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.