Hi Small doubt . i am working as Contract employee in XYZ
comany thrw ABC Consultancy. so. How i write my resume ?
In Professional experience Column. plz send urgent
Answer Posted / sudhanandareddy
hey u can mention ur company name....not consultancy name...
they will ask u thhat..then u tell...
for example..
u can write..
I'm working as Test Engineer with XYZ company..
after receiving resume...they will call u and ask like u
are working on contract base or permanant base?
u tell contract base.. after that they will ask abt
consultance name..
tell that ABC name..ok..
i think u got my answer..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is object spy in quicktest professional?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to record a qtp script ?
What is action?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Have you faced any problems with object repository?
Explain the use of action split in qtp?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
What is Unicode Compatibility?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
When do go for loop condition in test?
Is text area check point supports for web applications?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is