hello...any one tell me , where can i get company email
id.. actually i am searching on testing... in my CV i put
3+ exp.. but all companies are asked company email id..
please provide solution for that...

thanx in advance...

Answer Posted / sreekanth

Hi dude,

Since you are working for 3+ years in IT - Testing in
certain company (AS per your resume) ,so as per the
recruiters point of view it's clear that your are a company
employee , so they are expecting your official mail id
(ex:if u kept working in wipro in ur resume..then
empname@wipro.com)

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the process of synchronizing qtp and aut?

551


What are the advantages of qtp?

552


how to convert 100 into hundred repees only and viceversa

1424


what are the utilities and drivers

1823


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

1453






How many ways is to parameterize the value?

596


How to Test the mainframe application?

1800


Explain the views in the QTP GUI?

597


why you have standardized functions? plzzz guys with real time exp. do answer

1409


What is the quicktest professional (qtp) testing process?

547


Where to use Property Let, Property Get, Property Set in UFT

348


What is the default object synchronization timeout in qtp?

612


What is recovery scenario in qtp?

559


Explain the types of object repositorys in qtp?

549


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?

1423