Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
I found my way to set up QTP, but is it a good way?
#2
Not Solved
@ttralor,

Consider a scenario where you are given 500 test cases. Now as per your approach, you will have 500 actions(one action/script) and 500 .qfl files(one .qfl file per script). This does not end here, it will grow as the nos of script grow. This approcah may end you up with a huge maintenance.

My suggestion would to keep only one function library which will have all the function. Keep all the common keywords in it. This file will be accessed be all scripts. Thus you will have only one file for n no. of scripts.

Also, When you say "KEYWORD", these refers to specific opertaion which are common in use like
SET, CLICK, Select, OPEN, CLOSE, EXIST

You shouold not be making silly operations such as entering username and password as keyword. This can be done using a common function.

Let me know if you need further help.

Regards,
Ankesh
Reply


Messages In This Thread
RE: I found my way to set up QTP, but is it a good way? - by Ankesh - 01-21-2013, 09:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  "Action was not found" error. What to do? ttralor 2 5,857 05-04-2017, 03:54 PM
Last Post: Ankur
  Highlight the Found text in Word/notepad Sivakumar2186@gmail.com 2 3,479 10-21-2013, 06:31 PM
Last Post: BadrinarayananR
  The operation failed. An object could not be found. kotaramamohana 1 3,668 08-07-2013, 12:34 PM
Last Post: anil2u
  Object not found Laura_F 9 6,483 02-01-2012, 04:26 PM
Last Post: shivu.impu
Wink Recovery scenario for page not found. chetan-24 0 2,372 12-26-2008, 03:44 PM
Last Post: chetan-24

Forum Jump:


Users browsing this thread: 1 Guest(s)