Micro Focus QTP (UFT) Forums
QTP code structure - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: QTP code structure (/Thread-QTP-code-structure)



QTP code structure - Pkapoor - 07-02-2013

Hello,

My QTP code structure is like this :
Code:
TEst1 Folder
     Action 0
                Snapshots
                Object Repository.bdb
                REsource.mtr
                scripts.mtr
     Action 2
                Snapshots
                Object Repository.bdb
                REsource.mtr
                scripts.mtr    
      default.cfg
     default.usp
     default.xls
     lock.lck
     Parameters.mtr
     TEst.tsp
     Test1.usr

1. Some snapshots contain so many winrar files and some are blank.
Can you explain me when these files are meant for?
2. When i commit my code .. what all files should i commit so that both testers in team can work on synchronized code?
3. I guess snapshot folder contain all temporary files and we should not commit that code.What do you suggest ?

Urgent reply please


RE: QTP code structure - supputuri - 07-02-2013

Yeah, you have to checkin all the folders and files, except Snapsht folder.


RE: QTP code structure - Pkapoor - 07-02-2013

SUpputuri, can you also tell me what are all these other files?

Can I not view these files outside QTP?


RE: QTP code structure - Staff - 07-05-2013

Please ensure to include your code between [code] tags while asking or replying to questions. I have done this for you for this time.