Interviwer asked, How many years exper.. on QTP? I said,
total 2 yrs exp in manual and QTP. QTP only current project
arround 3 months. then interviewer ask , HOW BOLD YOU QTP?
What you say?
Answer / swarna
rate yourself on a 1 to 10 scale, 1 being the lowest and 10
being the highest.
| Is This Answer Correct ? | 4 Yes | 0 No |
how much space occupies in object respository by default?
Waht is diff between SystemUtil.Run and invokeapplication
how to count the word "IS" is repeated in the application using DP
3 Answers DST Global Solutions,
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
What is the disadvantage of smart identification?
What are the environment variables?
I have thousands of links are there, i want check each and every funtionality of link by using descriptive programme, retrive link name from excelsheet then operate in application. Please anybody send me model script
1.what is test automation life cycle?
Can any body explain me how to prepare QTP frame work with an example?? alexander.gdk@gmail.com
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click