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

推荐订阅源

人人都是产品经理
人人都是产品经理
Stack Overflow Blog
Stack Overflow Blog
S
SegmentFault 最新的问题
博客园 - 司徒正美
aimingoo的专栏
aimingoo的专栏
U
Unit 42
GbyAI
GbyAI
B
Blog RSS Feed
博客园 - Franky
L
LangChain Blog
Hugging Face - Blog
Hugging Face - Blog
美团技术团队
The GitHub Blog
The GitHub Blog
Y
Y Combinator Blog
云风的 BLOG
云风的 BLOG
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 三生石上(FineUI控件)
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Last Week in AI
Last Week in AI
阮一峰的网络日志
阮一峰的网络日志
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research

博客园 - 野人

目标: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