hi friends i have 4 yrs exp in testing and 2 yrsexp in
QTP.currently aim working in mnc in north as a permanent
employer .iam looking for job in south is there any
openings plz let me know my mail id is bjr@aol.in its very
urjent
Answers were Sorted based on User's Feedback
Answer / sumanthkumar
hi friend.
u took a good decision.i hope u r frustrated with north
people.it is better to get back from north and settle in
south india.
But take ur own time to think over this matter......
i hope god may bless u .....
BUT TELL ME FRANKLY U R SITUATION,THEN IT WILL HELP U DEFINITELY
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pbre
yes exatly iam facing here problem noth and south feeling i
completed here 1.6 yrs .but Previously we have lead in
onsite. now we have lead in noth indian he is creating
problem for south indians if you helping its very great
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / guest
Hi,
here in bangalore no openings, no calls , if come u have
to stragle, don't come, and hyderbad also same thing don't
come. be there in the same and be happy forever ,try for
onsite from there u get gud pay, be there for 3 to 5 years
and after earning money come back india and purcase home r
invest in some business... etc. any thing happen in job if u
have money, u can do some as u wish like start ur own
bussiness... etc. all my friends and me want to go onsite,
we r getting chance to go onsite.
haaaaaaaaaaaaaa........................
laaaaaaaaaaaaaaa..................
byeeeeeeeeeeeeeeeeeeeeeeeee
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / welwisher
Do not come to india there is a huge oppertunity in my
client place in soudi arabia. Please try to search there
and do touch with obama or mey be osama. They may give you
some good offer.
Take care.
| Is This Answer Correct ? | 0 Yes | 1 No |
If I change the property value at runtime is it effect is object repository?
where u maintain qtp scripts in ur company
How to retrieve the data from database?
When Object Repository is available what is the necessity of having Descriptive programming which needs more scripting efforts.
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
How do you open adobe acrobat file in QTP and do some testing on that file ?
In how many ways we can add check points to an application using QTP.
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
How to handle the errors without using recovery scenery?
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me