惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Apple Machine Learning Research
Apple Machine Learning Research
Google DeepMind News
Google DeepMind News
小众软件
小众软件
GbyAI
GbyAI
酷 壳 – CoolShell
酷 壳 – CoolShell
F
Fortinet All Blogs
博客园 - 三生石上(FineUI控件)
B
Blog
量子位
B
Blog RSS Feed
Vercel News
Vercel News
Blog — PlanetScale
Blog — PlanetScale
Last Week in AI
Last Week in AI
博客园 - 叶小钗
MongoDB | Blog
MongoDB | Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
Jina AI
Jina AI
C
Check Point Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
H
Hackread – Cybersecurity News, Data Breaches, AI and More
云风的 BLOG
云风的 BLOG

博客园 - 野人

目标:2010年 32个核心的处理器 Yahoo发布中文Web收藏夹 美国成功人士的十五条座右铭 世界杯结束了...伟大的意大利胜利了... - 野人 - 博客园 忙只是懒惰的借口... Test Management - Solutions for Project Improvement 终于从"小舅子"荣升为"舅舅"了 生活小百科 城市漂流记 每日学英语[第10期] 每天学英语[第9期] 每天学英语[第8期] 为什么“马子=老婆”? 星期日去打篮球, 多多锻炼是好事! 又是高考紧张时 每日学英语[第7期] 每日学英语[第6期] 每日学英语[第5期] 每日学英语[第4期]
How to Backup Project in TestDirector 7.6 and 8.0
野人 · 2005-06-08 · via 博客园 - 野人


How to Backup Project in TestDirector 7.6 and 8.0

1. Database Backup Procedure

Please get your DBA’s assistance to perform the backup in database backend and ensure it is a valid backup

Database Type

How To Backup Database (reference only)

Check Backup Files

Access

1.Navigate to TestDirector Common Directory

Or Domain Physical directory on the file system.

2. Under each project folder, make a copy of TestDir.mdb file and store it somewhere else.

TestDir.mdb files for all TD projects

MSSQL

The database that has the same name as TD project is the database that TD project is using.

For TD 7.2 and below, you can verify the project name by checking the database name value on project->configuration tab under project admin utility.

For TD 7.6 and above, you can verify the project name by checking the database name value on project under site admin.

1.Go to MS SQL Server ->Enterprise Manager->Under your server ->Databases->Highlight TD SQL database you want to back up

2. Right click it and select All Tasks->backup Database

3. Follow the steps to complete backup procedure.

MSSQL backup files for all TD projects

Sybase

The database that has the same name as TD project is the database that TD project is using.

For TD 7.2 and below, you can verify the project name by checking the database name value on project->configuration tab under project admin utility.

For TD 7.6 and above, you can verify the project name by checking the database name value on project under site admin.

1.Go to Sybase Central->Under your server->Database->Highlight TD Sybase database you want to backup

2. Right click it and select backup Database

3. Follow the steps to complete backup procedure.

Sybase backup files for all TD projects

Oracle

The schema that is owned by a user that has the same name as the name of the project is the schema that TestDirector is using.

For TD 7.2 and below, you can verify the project name by checking the database name value on project->configuration tab under project admin utility.

For TD 7.6 and above, you can verify the project name by checking the database name value on project under site admin.

Export an Oracle database to a dump file is one option to backup TD data.

Here are steps to export a TestDirector project to a dump file:

1. On Oracle server, open a DOS session, type in "exp."
2. Follow the prompt. Basically you need to log into the Oracle server using the "system" account. Make sure you choose to export the User option and provide the TestDirector project name (the Oracle user) to complete the export procedure.

Oracle dump files for all TD projects

2. File System Backup

Check Backup Files:

The Project folder under Common Directory (or Domain Repository) is where data including automated tests scripts/results, attachments, etc. is saved. Make a copy of this common directory including all subfolders and files.

If you are storing your automated tests outside the project folder, then you will also need to make a copy of them. To verify whether your tests are outside the project folder, you go to

Project Admin or Site Admin and check tests_directory value in dataconst table under the project. If it is not set as tests but some other locations, which means your tests are outside of project folder.

If you are using TD 7.6 and above, you also need to make a copy of DomsInfo folder including all subfolders and files which is located in <system drive:>\Program Files\Common Files\Mercury Interactive