hi Sudhananda reddy, in my resume, i written as , I Am
working as a Test Engineer for xyz company. IS IT RIGHT OR
WRONG? WHAT IS THE ACTUAL meaning of "IN XYZ COMPANY", "FOR
XYZ COMPANY", "WITH XYZ COMPANY".
Answers were Sorted based on User's Feedback
Answer / hemakumar
in xyz company means u r permanent employee to that company
for xyz company means u r working at client side through
some other company or counsultancy
| Is This Answer Correct ? | 1 Yes | 0 No |
For also right..but as a proffesional with is better.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is action?
tell me exact differenceb bw qtp and selenium?(could not tell open soure and licennce? difference in usage and technical difference?
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
Which scripting language used by quicktest professional (qtp)?
What are associated files in QTP?
How does qtp identify objects in the application?
Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance
How does you test a weblink which is changing dynamically?
can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
How to execute a VBS file without using Execute File statement?
How to use checkpoints in qtp ?
How to customize checkpoints with parameters?