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

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
D
Darknet – Hacking Tools, Hacker News & Cyber Security
S
Schneier on Security
The Last Watchdog
The Last Watchdog
Cyberwarzone
Cyberwarzone
S
Securelist
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cyber Attacks, Cyber Crime and Cyber Security
L
Lohrmann on Cybersecurity
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
The Cloudflare Blog
V
V2EX
博客园_首页
博客园 - 聂微东
Vercel News
Vercel News
人人都是产品经理
人人都是产品经理
G
GRAHAM CLULEY
T
Tenable Blog
Last Week in AI
Last Week in AI
Y
Y Combinator Blog
L
LINUX DO - 最新话题
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
SecWiki News
SecWiki News
博客园 - 三生石上(FineUI控件)
S
Secure Thoughts
N
News | PayPal Newsroom
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
T
Troy Hunt's Blog
博客园 - 【当耐特】
Forbes - Security
Forbes - Security
H
Hacker News: Front Page
A
About on SuperTechFans
B
Blog RSS Feed
Engineering at Meta
Engineering at Meta
MongoDB | Blog
MongoDB | Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
罗磊的独立博客
D
DataBreaches.Net
P
Privacy & Cybersecurity Law Blog
Schneier on Security
Schneier on Security
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Google DeepMind News
Google DeepMind News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Jina AI
Jina AI
D
Docker
P
Proofpoint News Feed

博客园 - 野人

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