HI. Plz Clarifie my doubt,having 2+yrs experience in Testing
, But My accedamics(Xth,INTER) are Less than 60%, But
B.Tech 72%. It creats any problem , When i change to any
MNC. plz tell me......... lot of friends told it's a
problem, Some people says NO problem, What .............
Answers were Sorted based on User's Feedback
Answer / kiran
U has 2years of exp. In testing .u don’t know the company
follow standards .u have 2of year’s exp. In testing. So
it’s not problem
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / venkateshwarlu
hey man...
Already u r working means u have 2+ exp. in testing.
for freshers only need to worry about their academic
percentages. there are no. of companies looking only exp
with good skills. my suggestion is to improve ur skills in
testing. dont waste ur time with this type of useless
thoughts...
bye
venkateshwarlu
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sudha
After Getting Experience marks does not matter. Experience
Matters.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, Can anyone write the following qtp script...please its urgent ·Navigate to Google in a new IE instance ·Search for the following word "Gap, Inc." ·Iterate thought the first 10 pages of google ·On each page collect the following ·The "blue" page title ·The "green" url ·Output all the data into a file named "test_output.txt" ·Format "Title – URL"
How to add a runtime parameter to a data sheet?
Why u don’t like recording the script and writing the script
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How to use library files in QTP? how we can call these files in to script?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
How to capture the text from the application using QTP?
I am not able to record yahoomail browser.its giving error like "The browser Application can't be launched .Posssibly the URL is wrong" So anyone can tell me what setting i have to do in qtp??
What are the technologies supported by qtp?
what is the main use of reviews
What is the difference between check point and output value.
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..