My project title is "DRUG Audition and research management"
it comes which domain?
Answers were Sorted based on User's Feedback
Answer / guest
Medical domain ..
but please dont ask this type of question... it can be
given any one of your friends..
better ask interview question which r not able to give by
you... or which you need further clarification...so that
by
guest
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anonymous
I suggest first know the basics of sw, then go for testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nav
IF your project is "Drug Audition and Research /management"
it comes under Pharmaceutical Domain.
Feel free to ask any question here.Thr r people who can
answer any s/w question with patience.Thr r poeple who
think they r experts.i can understand u might be a fresher.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / unknown
You are a great personality.Before adding it in your
profile you must be aware of the project and domain.
Ofcourse its from pharmaceutical domain. Its about your
career, based on project only you will get questions from
the interview panel, you must have a good understanding
about the project, plz don't add projects blindly .
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I am new to QTP testing and was exploring the frameworks used for automation. I wanted help in writing various scripts and files for keyword driven automation like 1. Control File 2. Test Case File 3. Startup Script 4. Driver Script 5. Utility Script . etc It would be great if someone can give help in this context ... Thanks
I want to install qtp software in my system, My operating system is vista . Anybody please suggest me how to get QTP software with licence key
What are the differences between QTP 9.2 and 10? please explain e indetail......
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
On what basis we select test cases to automate?
IF I SET THE VIRTUAL OBJECT AFTER THAT MAXIMIZE THE APPLICATION THEN QTP SENT ERROR OR EXECUTE SUCCESSFULLY? WHY ?
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
What In-string function will do?
How to attach a file to TD?
Hi. I have completed B.TECH(CS) , But I will go to "SECURITY CONSOLE OPERATING" [C.C CAMERA abservation]. IF interviwer asks " Why you choose this job ?" What we will say? urgent.........................urgent...........
What is business process testing(bpt) in qtp?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.