What u say as experience(Interview) "TELL ME ABOUT UR SELf"?
As a Fresher(interview) What u Say?
Answers were Sorted based on User's Feedback
Answer / vibhathakur
If u r experience
Firstly u should tell ur name, u r basically from, ur
Qualification and than ur professional intro.
| Is This Answer Correct ? | 21 Yes | 4 No |
Answer / ashish srivastava
You need to tell your name .Althiugh it is written on your
resume yet you have to tell him/her.
The introduction start with the Name followed by your
Qualification, Professional Experience and where your are
Currently working and your Job Profile
Note:- Need not to tell where you belong to and family
background unless and untill not asked
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / deepa
As an experienced person u need not to say ur name
bcoz they know ur name they will call by ur name again
specifying ur name is not need.
First tell about ur native place,Educational
Background, Currently working in so and so company so forth.
| Is This Answer Correct ? | 17 Yes | 14 No |
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How do you open adobe acrobat file in QTP and do some testing on that file ?
What are the methods of the TextStream object that are used for reading from a text file?
what are the limitations of automation testing?
7. Given scenario is like this: One Web table is there and you have to search and retrieve a cell data which is equal to the given number say:123. Assume you have given with the column name/id of the table where the number may exist. So now you have to go to the given column and search for the number 123 and retrieve it along with the row number of it.
WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN TEST STRATEGY & TEST PLAN?
21 Answers ABM, AZTEC, CTS, Infosys, Nihilent, Orange,
If QTP not recognizing using repository while executing, how can we go forward
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
What is the architecture of your project? Can any one answer for this question plz........
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
0 Answers Magna Infotech, Oracle,
In how many ways we can add check points to an application using QTP.
Hi All Below is my script which i made for lgin into Flight.exe. SystemUtil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe","","C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\","open" Dialog("Login").WinEdit("Agent Name:").Set DataTable ("p_Text", dtGlobalSheet) Dialog("Login").WinEdit("Agent Name:").Type micTab Dialog("Login").WinEdit("Password:").SetSecure DataTable ("p_Text1", dtGlobalSheet) Dialog("Login").WinButton("OK").Click If Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton ("OK").Click datatable.Value(3)= "Incorrect password. Please try again" Dialog("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist Then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)="Please enter agent name" Dialog ("Login").WinButton("CANCEL").Click elseif Dialog("Login").Dialog("Flight Reservations").WinButton("OK").exist then Dialog("Login").Dialog("Flight Reservations").WinButton("OK").Click datatable.Value(3)= "Please enter password" Dialog("Login").WinButton ("CANCEL").Click else Window("Flight Reservation").Move 309,146 datatable.ExportSheet "C:\Raj\Result.xls" ,1 Window("Flight Reservation").Close End If I want to capture the Message string from Dialog("Login").Dialog("Flight Reservations" Also pls let me know if this is the right way to do the script for login. Pls provide some script for login Flight.exe Thanks in advance Raj Dhiman