Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is risks of testing a project?

Answers were Sorted based on User's Feedback



what is risks of testing a project?..

Answer / santhosh

Generally the risks include for testing the projects may like:

1)Lack of requirements:-means not having sufficient
requirement documents,testcases,execution of testcases,etc.

2)Insufficient team:-means A company with small team where
all the work assigned to those team members and having lack
of time to deliver the product.

3)No time:-If the product to release is not yet completed to
the date mentioned then there exists a risk.

Is This Answer Correct ?    27 Yes 4 No

what is risks of testing a project?..

Answer / abdul sameer

Testing is the means used in software development to reduce
risks associated with a system.Risk-based testing (RBT) is a
type of software testing that prioritizes the features and
functions to be tested based on priority/importance and
likelihood or impact of failure


Some of the most common risks are
1. Business or Operational
a. High use of a subsystem, function or feature
b. Criticality of a subsystem, function or feature

2. including unacceptability of failure
a.Technical
b. Geographic distribution of development team
c. Complexity of a subsystem or function

3. External
a. Sponsor or executive preference
b. Regulatory requirements
c. Exploratory & Risk Based Testing (2004)

Is This Answer Correct ?    6 Yes 3 No

what is risks of testing a project?..

Answer / shyam

Availability of testing environment
-------------------------------------
The hardware and software requirements for the project should be available without fail at the time of testing.

Is This Answer Correct ?    1 Yes 0 No

what is risks of testing a project?..

Answer / shyam.meghansh

Risk Analysis


Risk Analysis is divided into two they are



Generally we can identify two types of risks they are

• General.
• Project Based Risk.
General
In this category we will try to identify those
problems, we may come across Hardware, software and People.
E.g., RAM Failure, Disk crash, an employee exit, Team
Shuffling, Hub failure etc...

Project Based

In this category we will identify for risk and the
dependency.
E.g., Rate of interest calculation, Modular dependency,
Test data collection etc.

Is This Answer Correct ?    6 Yes 7 No

what is risks of testing a project?..

Answer / shyam.meghansh

Risk Analysis


Risk Analysis is divided into two they are



Generally we can identify two types of risks they are

• General.
• Project Based Risk.
General
In this category we will try to identify those
problems, we may come across Hardware, software and People.
E.g., RAM Failure, Disk crash, an employee exit, Team
Shuffling, Hub failure etc...

Project Based

In this category we will identify for risk and the
dependency.
E.g., Rate of interest calculation, Modular dependency,
Test data collection etc.

Is This Answer Correct ?    6 Yes 8 No

Post New Answer

More QTP Interview Questions

i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)

5 Answers   Syntel,


What is iteration? How it is related to Test Results in QTP?

2 Answers  


can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?

0 Answers  


Explain the difference between call to action and copy action?

0 Answers  


How do we Access, retriew and edit the runtime objects in Automation Testing using QTP

3 Answers   IBM,


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..

3 Answers   BirlaSoft,


There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me

2 Answers   Livetek,


I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.

5 Answers  


How can we call Winrunner functions from QTP?

1 Answers  


If I change the property value at runtime is it effect is object repository?

0 Answers  


I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4

1 Answers  


Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5

2 Answers  


Categories