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
Answers were Sorted based on User's Feedback
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 |
Answer / mohan
"working for XYZ company through business associates from
2010 to 2012"
business associates is nothing but your consultancy
| Is This Answer Correct ? | 0 Yes | 0 No |
How to retrive XML file data in QTP ? using Script(Chandana)
What is quick test pro?
What scripting language QTP of?
I have to automate webpage. If I click one hyperlink2 it will take 2 hrs to open. How to automate hyperlink2?
4 Answers Cap Gemini, Polaris,
What is a data driven test in qtp?
What is keyword driven framework?
write the vb script for call to new action in qtp?
what is profile tool?
How to use library files in QTP? how we can call these files in to script?
What are the main attributes of test automation?
what is batch testing?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If